mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: python-alembic: Use python-sqlalchemy-2.
* gnu/packages/databases.scm (python-alembic)[propagated-inputs]: Replace python-sqlalchemy with python-sqlalchemy-2. Change-Id: I49ad961eac3bcba5eaee05083e5299f17a8fae33
This commit is contained in:
parent
f0c5c4ee9b
commit
5e1e8bc10d
1 changed files with 1 additions and 1 deletions
|
@ -4079,7 +4079,7 @@ this library provides functions to facilitate such comparisons.")
|
|||
(list python-dateutil
|
||||
python-editor
|
||||
python-mako
|
||||
python-sqlalchemy
|
||||
python-sqlalchemy-2
|
||||
python-typing-extensions))
|
||||
(home-page "https://bitbucket.org/zzzeek/alembic")
|
||||
(synopsis "Database migration tool for SQLAlchemy")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue