gnu: Remove python2-alembic.
This package currently fails to build and has no users in Guix. * gnu/packages/databases.scm (python2-alembic): Remove variable.master
parent
ce0d39ae2b
commit
11845c3a27
|
@ -3128,9 +3128,6 @@ this library provides functions to facilitate such comparisons.")
|
||||||
SQLAlchemy Database Toolkit for Python.")
|
SQLAlchemy Database Toolkit for Python.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-alembic
|
|
||||||
(package-with-python2 python-alembic))
|
|
||||||
|
|
||||||
(define-public python-pickleshare
|
(define-public python-pickleshare
|
||||||
(package
|
(package
|
||||||
(name "python-pickleshare")
|
(name "python-pickleshare")
|
||||||
|
|
Reference in New Issue