From: Thomas Goirand Date: Sat, 5 Oct 2013 16:59:40 +0000 (+0800) Subject: Fixed versionning of (build-)depends X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6cf331cfd51ffca75276e31c319417fc37aff57f;p=openstack-build%2Fheat-build.git Fixed versionning of (build-)depends Rewritten-From: 5ee8f90588d6e1d62646c17586953846ba37996d --- diff --git a/trusty/debian/control b/trusty/debian/control index 4bffa638..750a1290 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -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},