gnu: Remove python2-alembic.

This package currently fails to build and has no users in Guix.

* gnu/packages/databases.scm (python2-alembic): Remove variable.
This commit is contained in:
Marius Bakke 2021-09-16 14:36:45 +02:00
parent ce0d39ae2b
commit 11845c3a27
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3128,9 +3128,6 @@ (define-public python-alembic
SQLAlchemy Database Toolkit for Python.")
(license license:expat)))
(define-public python2-alembic
(package-with-python2 python-alembic))
(define-public python-pickleshare
(package
(name "python-pickleshare")