]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixed some (build-)depends versionning
authorThomas Goirand <thomas@goirand.fr>
Tue, 8 Oct 2013 07:22:58 +0000 (07:22 +0000)
committerThomas Goirand <thomas@goirand.fr>
Tue, 8 Oct 2013 07:22:58 +0000 (07:22 +0000)
debian/control

index 8e4734c1a17b72579b3c9de313008e494e9b8abe..154fd3c01f1981789bd0ae4be55f6582126ffe19 100644 (file)
@@ -17,7 +17,7 @@ Build-Depends-Indep: alembic (>= 0.4.1),
                      python-amqplib,
                      python-anyjson (>= 0.3.3),
                      python-babel,
-                     python-cliff,
+                     python-cliff (>= 1.4.5),
                      python-configobj,
                      python-coverage,
                      python-eventlet (>= 0.13.0),
@@ -40,7 +40,7 @@ Build-Depends-Indep: alembic (>= 0.4.1),
                      python-nose,
                      python-nosexcover,
                      python-novaclient (>= 2:2.12.0),
-                     python-oslo.config (>= 1.2.0a3),
+                     python-oslo.config (>= 1.2.1),
                      python-paste,
                      python-pastedeploy,
                      python-pyudev,
@@ -118,7 +118,7 @@ Depends: alembic (>= 0.4.1),
          python-netaddr,
          python-neutronclient (>= 2.2.3),
          python-novaclient (>= 2:2.12.0),
-         python-oslo.config (>= 1.2.0a3),
+         python-oslo.config (>= 1.2.1),
          python-paste,
          python-pastedeploy,
          python-pbr (>= 0.5.21),