force SQLAlchemy >= 1.0 for package builds

This commit is contained in:
Nicolas Dandrimont 2017-10-13 12:12:36 +02:00
parent 2857dcf926
commit 6b2863f125

2
debian/control vendored
View file

@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
python3-dateutil,
python3-nose,
python3-setuptools,
python3-sqlalchemy,
python3-sqlalchemy (>= 1.0),
python3-swh.core,
python3-swh.scheduler (>= 0.0.14~),
python3-swh.storage,