mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -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.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-alembic
|
||||
(package-with-python2 python-alembic))
|
||||
|
||||
(define-public python-pickleshare
|
||||
(package
|
||||
(name "python-pickleshare")
|
||||
|
|
Loading…
Reference in a new issue