]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fixed the new neutronclient >= 2.3.3 (build-)depends (which was by the way missing...
authorThomas Goirand <thomas@goirand.fr>
Tue, 28 Jan 2014 09:09:27 +0000 (17:09 +0800)
committerThomas Goirand <thomas@goirand.fr>
Tue, 28 Jan 2014 09:09:27 +0000 (17:09 +0800)
Rewritten-From: 4840e1650be663a14ec16a2f380a3e2adfe6c498

trusty/debian/control

index 7f83fdb4341c144e37746604eda4c1c86924cdc2..6fa51426684567061fde4c93fef677affcfa67a4 100644 (file)
@@ -34,7 +34,7 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-mock (>= 1.0),
                      python-mox,
                      python-netaddr,
-                     python-neutronclient,
+                     python-neutronclient (>= 2.3.3),
                      python-nose,
                      python-nosexcover,
                      python-novaclient (>= 2:2.15.0),
@@ -88,7 +88,7 @@ Depends: python-babel (>= 1.3),
          python-migrate (>= 0.8.2),
          python-mysqldb,
          python-netaddr,
-         python-neutronclient,
+         python-neutronclient (>= 2.3.3),
          python-novaclient (>= 2:2.15.0),
          python-oslo.config (>= 1.2.1),
          python-paramiko (>= 1.10.1),