gnu: Remove python2-apsw.

* gnu/packages/databases.scm (python2-apsw): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 13:42:47 -04:00
parent f503181ffb
commit 3ad04860d5
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")