From: Thomas Goirand Date: Tue, 23 Dec 2014 07:29:07 +0000 (+0800) Subject: Updated (build-)depends for this release. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=592fe694c76d522123856146cd5f439dd6d70afd;p=openstack-build%2Fcinder-build.git Updated (build-)depends for this release. --- diff --git a/debian/changelog b/debian/changelog index 1098a956d..409fa5b3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ cinder (2015.1~b1-1) UNRELEASED; urgency=medium * New upstream release. + * Updated (build-)depends for this release. -- Thomas Goirand Tue, 23 Dec 2014 15:21:52 +0800 diff --git a/debian/control b/debian/control index 04698a1f2..b42d7a299 100644 --- a/debian/control +++ b/debian/control @@ -19,9 +19,9 @@ Build-Depends-Indep: python-anyjson (>= 0.3.3), python-coverage (>= 3.6), python-crypto, python-daemon, - python-eventlet (>= 0.15.1), + python-eventlet (>= 0.15.2), python-fixtures (>= 0.3.14), - python-glanceclient (>= 1:0.14.0), + python-glanceclient (>= 1:0.15.0), python-greenlet (>= 0.3.2), python-hacking (>= 0.8.0), python-iso8601 (>= 0.1.9), @@ -35,29 +35,34 @@ Build-Depends-Indep: python-anyjson (>= 0.3.3), python-mysqldb, python-netaddr (>= 0.7.12), python-novaclient (>= 2:2.18.0), + python-oslo.concurrency (>= 0.3.0), python-oslo.config (>= 1:1.4.0.0), - python-oslo.db (>= 1.0.0), + python-oslo.db (>= 1.1.0), python-oslo.i18n (>= 1.0.0), python-oslo.messaging (>= 1.4.1), python-oslo.rootwrap (>= 1.3.0.0), + python-oslo.serialization (>= 1.0.0), + python-oslo.utils (>= 1.1.0), python-oslosphinx (>= 2.2.0), + python-oslotest (>= 1.2.0), python-osprofiler, python-paramiko (>= 1.13.0), python-paste, python-pastedeploy, python-psycopg2, - python-requests (>= 1.2.1), + python-requests (>= 2.2.0), python-routes, python-rtslib-fb, python-six (>= 1.7.0), - python-sqlalchemy (>= 0.8.4), - python-stevedore (>= 1.0.0), + python-sqlalchemy (>= 0.9.7), + python-stevedore (>= 1.1.0), python-subunit (>= 0.0.18), python-suds, python-swiftclient (>= 1:2.2.0), python-taskflow (>= 0.4), - python-testtools (>= 0.9.34), + python-testtools (>= 0.9.36), python-webob (>= 1.2.3), + python-xattr, subunit (>= 0.0.18), testrepository (>= 0.0.18) Standards-Version: 3.9.6 @@ -74,8 +79,8 @@ Depends: python-anyjson (>= 0.3.3), python-barbicanclient, python-crypto, python-daemon, - python-eventlet (>= 0.15.1), - python-glanceclient (>= 1:0.14.0), + python-eventlet (>= 0.15.2), + python-glanceclient (>= 1:0.15.0), python-greenlet (>= 0.3.2), python-iso8601 (>= 0.1.9), python-keystonemiddleware, @@ -86,27 +91,31 @@ Depends: python-anyjson (>= 0.3.3), python-mysqldb, python-netaddr (>= 0.7.12), python-novaclient (>= 2:2.18.0), + python-oslo.concurrency (>= 0.3.0), python-oslo.config (>= 1:1.4.0.0), - python-oslo.db (>= 1.0.0), + python-oslo.db (>= 1.1.0), python-oslo.i18n (>= 1.0.0), python-oslo.messaging (>= 1.4.1), python-oslo.rootwrap (>= 1.3.0.0), + python-oslo.serialization (>= 1.0.0), + python-oslo.utils (>= 1.1.0), python-osprofiler, python-paramiko (>= 1.9.0), python-paste, python-pastedeploy, python-passlib, python-pbr (>= 0.6), - python-requests (>= 1.2.1), + python-requests (>= 2.2.0), python-routes, python-rtslib-fb, python-six (>= 1.7.0), - python-sqlalchemy (>= 0.8.4), - python-stevedore (>= 1.0.0), + python-sqlalchemy (>= 0.9.7), + python-stevedore (>= 1.1.0), python-suds, python-swiftclient (>= 1:2.2.0), python-taskflow (>= 0.4), python-webob (>= 1.2.3), + python-xattr, ${misc:Depends}, ${python:Depends} Description: OpenStack block storage system - Python libraries