mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Remove python2-apsw.
* gnu/packages/databases.scm (python2-apsw): Delete variable.
This commit is contained in:
parent
f503181ffb
commit
3ad04860d5
1 changed files with 0 additions and 3 deletions
|
@ -3609,9 +3609,6 @@ (define-public python-apsw
|
|||
translate the complete SQLite API into Python.")
|
||||
(license license:zlib)))
|
||||
|
||||
(define-public python2-apsw
|
||||
(package-with-python2 python-apsw))
|
||||
|
||||
(define-public python-aiosqlite
|
||||
(package
|
||||
(name "python-aiosqlite")
|
||||
|
|
Loading…
Reference in a new issue