From: Ivan Udovichenko Date: Wed, 6 Apr 2016 12:14:12 +0000 (+0300) Subject: d/control: Bump up required version of python-sqlalchemy. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3c88471ac0431ca1a8deda094ea358dc3531b9ee;p=openstack-build%2Fneutron-build.git d/control: Bump up required version of python-sqlalchemy. Rewritten-From: 6c597974b7933aa62ff3935a80814fae3a05939b --- diff --git a/trusty/debian/control b/trusty/debian/control index 682855e0b..ddbf7fc5e 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -66,7 +66,7 @@ Build-Depends-Indep: alembic (>= 0.8.0), python-routes, python-ryu (>= 3.30), python-six (>= 1.9.0), - python-sqlalchemy (>= 1.0.10), + python-sqlalchemy (>= 1.0.12), python-stevedore (>= 1.5.0), python-testresources, python-testscenarios, @@ -131,7 +131,7 @@ Depends: alembic (>= 0.8.0), python-routes, python-ryu (>= 3.30), python-six (>= 1.9.0), - python-sqlalchemy (>= 1.0.10), + python-sqlalchemy (>= 1.0.12), python-stevedore (>= 1.5.0), python-webob, ${misc:Depends}, @@ -177,7 +177,7 @@ Depends: adduser, python-mysqldb, python-neutron (= ${source:Version}), python-pyparsing (>=1.5.7), - python-sqlalchemy, + python-sqlalchemy (>= 1.0.12), sqlite3, ${misc:Depends}, ${python:Depends},