From 6b2863f125126f7c8a786d470351a7388b96aa70 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Fri, 13 Oct 2017 12:12:36 +0200 Subject: [PATCH] force SQLAlchemy >= 1.0 for package builds --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 43920c5..367b702 100644 --- a/debian/control +++ b/debian/control @@ -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,