mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
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:
parent
ce0d39ae2b
commit
11845c3a27
1 changed files with 0 additions and 3 deletions
|
@ -3128,9 +3128,6 @@ (define-public python-alembic
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue