From: Thomas Goirand Date: Thu, 21 Jan 2016 02:17:46 +0000 (+0000) Subject: Fixed min version for python-debtcollector X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ec6e310cd5d87866a14fce7f5461a9a35ecbfcae;p=openstack-build%2Fneutron-build.git Fixed min version for python-debtcollector --- diff --git a/debian/control b/debian/control index c5b60304f..5da44a829 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends-Indep: alembic (>= 0.8.0), python-cliff (>= 1.15.0), python-coverage, python-ddt (>= 1.0.1), - python-debtcollector (>= 0.3.0), + python-debtcollector (>= 1.2.0), python-eventlet (>= 0.17.4), python-fixtures (>= 1.3.1), python-gflags, @@ -85,7 +85,7 @@ Depends: alembic (>= 0.8.0), conntrack, iproute2, ipset, - python-debtcollector (>= 0.3.0), + python-debtcollector (>= 1.2.0), python-eventlet (>= 0.17.4), python-gflags, python-greenlet,