mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Remove python2-sqlalchemy-utils.
Some of its dependencies no longer support Python 2, so drop it. * gnu/packages/databases.scm (python2-sqlalchemy-utils): Remove variable.
This commit is contained in:
parent
12c06847f0
commit
3baa1017eb
1 changed files with 0 additions and 3 deletions
|
@ -3092,9 +3092,6 @@ (define-public python-sqlalchemy-utils
|
|||
")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-sqlalchemy-utils
|
||||
(package-with-python2 python-sqlalchemy-utils))
|
||||
|
||||
(define-public python-alchemy-mock
|
||||
(package
|
||||
(name "python-alchemy-mock")
|
||||
|
|
Loading…
Reference in a new issue