From: Thomas Goirand Date: Mon, 20 Jun 2016 15:19:28 +0000 (+0000) Subject: Fixed required python-neutron version. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e318208451aa9eb284429efd2eeabfef231c8256;p=openstack-build%2Fneutron-lbaas-build.git Fixed required python-neutron version. Rewritten-From: dd8a3934ed2891dc2964ec94a61cadf29b2a36fe --- diff --git a/xenial/debian/control b/xenial/debian/control index 95fe452..e253d47 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -22,7 +22,7 @@ Build-Depends-Indep: alembic (>= 0.8.4), python-mock (>= 1.3), python-mysqldb, python-netaddr (>= 0.7.12), - python-neutron (>= 1:8.0.0~rc1), + python-neutron (>= 2:9.0.0~b1), python-neutron-lib (>= 0.1.0), python-openssl (>= 0.14), python-oslo.concurrency (>= 3.5.0), @@ -66,7 +66,7 @@ Depends: alembic (>= 0.8.4), python-eventlet (>= 0.18.4), python-keystoneauth1 (>= 2.1.0), python-netaddr (>= 0.7.12), - python-neutron (>= 1:8.0.0~rc1), + python-neutron (>= 2:9.0.0~b1), python-neutron-lib (>= 0.1.0), python-openssl (>= 0.14), python-oslo.config (>= 1:3.9.0),