]> review.fuel-infra Code Review - openstack-build/neutron-lbaas-build.git/commitdiff
Fixed required python-neutron version.
authorThomas Goirand <thomas@goirand.fr>
Mon, 20 Jun 2016 15:19:28 +0000 (15:19 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 20 Jun 2016 15:19:28 +0000 (15:19 +0000)
Rewritten-From: dd8a3934ed2891dc2964ec94a61cadf29b2a36fe

xenial/debian/control

index 95fe45235bbe008282abdf3d596529d5fdda8679..e253d473bd9d079f63c0dfc9c4f98d769111f987 100644 (file)
@@ -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),