]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fixed versionning of (build-)depends
authorThomas Goirand <thomas@goirand.fr>
Sat, 5 Oct 2013 16:59:40 +0000 (00:59 +0800)
committerThomas Goirand <thomas@goirand.fr>
Sat, 5 Oct 2013 16:59:40 +0000 (00:59 +0800)
Rewritten-From: 5ee8f90588d6e1d62646c17586953846ba37996d

trusty/debian/control

index 4bffa638d250fff1b091cfcf1cfad4874f440009..750a1290094703e5c36567fa15f30d24b6aeb109 100644 (file)
@@ -15,13 +15,13 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-argparse,
                      python-babel,
                      python-boto (>= 2.4),
-                     python-ceilometerclient,
-                     python-cinderclient,
+                     python-ceilometerclient (>= 1.0.5),
+                     python-cinderclient (>= 1:1.0.5),
                      python-coverage,
                      python-crypto,
                      python-eventlet (>= 0.13.0),
                      python-extras,
-                     python-glanceclient,
+                     python-glanceclient (>= 1:0.9.0),
                      python-greenlet (>= 0.3.2),
                      python-hacking,
                      python-httplib2,
@@ -37,10 +37,10 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-neutronclient,
                      python-nose,
                      python-nosexcover,
-                     python-novaclient (>= 2:2.12.0),
-                     python-oslo.config (>= 1.2.0a3),
+                     python-novaclient (>= 2:2.15.0),
+                     python-oslo.config (>= 1.2.1),
                      python-oslo.sphinx,
-                     python-paramiko (>= 1.8),
+                     python-paramiko (>= 1.10.1),
                      python-paste,
                      python-pastedeploy,
                      python-pycryptopp,
@@ -52,7 +52,7 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-sphinx,
                      python-sqlalchemy (>= 0.7.8),
                      python-subunit,
-                     python-swiftclient,
+                     python-swiftclient (>= 1.5),
                      python-testtools (>= 0.9.32),
                      python-webob (>= 1.2.3),
                      python-yaml,
@@ -67,8 +67,8 @@ Section: python
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: python-boto (>= 2.4),
-         python-ceilometerclient,
-         python-cinderclient,
+         python-ceilometerclient (>= 1.0.5),
+         python-cinderclient (>= 1:1.0.5),
          python-crypto,
          python-eventlet (>= 0.13.0),
          python-extras,
@@ -84,9 +84,9 @@ Depends: python-boto (>= 2.4),
          python-mysqldb,
          python-netaddr,
          python-neutronclient,
-         python-novaclient (>= 2:2.12.0),
-         python-oslo.config (>= 1.2.0a3),
-         python-paramiko (>= 1.8),
+         python-novaclient (>= 2:2.15.0),
+         python-oslo.config (>= 1.2.1),
+         python-paramiko (>= 1.10.1),
          python-paste,
          python-pastedeploy,
          python-pbr (>= 0.5.21),
@@ -97,7 +97,7 @@ Depends: python-boto (>= 2.4),
          python-setuptools,
          python-six,
          python-sqlalchemy (>= 0.7.8),
-         python-swiftclient,
+         python-swiftclient (>= 1.5),
          python-webob (>= 1.2.3),
          python-yaml,
          ${misc:Depends},