]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Reviewed (build-)dependencies.
authorThomas Goirand <thomas@goirand.fr>
Wed, 11 Sep 2013 06:35:49 +0000 (14:35 +0800)
committerThomas Goirand <thomas@goirand.fr>
Wed, 11 Sep 2013 06:41:39 +0000 (14:41 +0800)
Rewritten-From: cf033d9d670eaeabf005afc369de67e1f71e16b3

xenial/debian/changelog
xenial/debian/control

index f6b65707fbbf87d9d1ef4cd842063d757d1369b3..cd06caeeef26f65758f3e798e4d80aff99818ac6 100644 (file)
@@ -1,6 +1,7 @@
-cinder (2013.2~b3-1) UNRELEASED; urgency=low
+cinder (2013.2~b3-1) experimental; urgency=low
 
   * New upstream release.
+  * Reviewed (build-)dependencies.
 
  -- Thomas Goirand <zigo@debian.org>  Sat, 22 Jun 2013 16:27:46 +0800
 
index d3ddbefd43e4318936f5e2ead15abe131afbbd56..5bbb143ec7e55ec7ede2c69f7c75ee0f3a213a89 100644 (file)
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 8.0.0),
                po-debconf,
                python-all (>= 2.6.6-3~),
                python-d2to1,
-               python-pbr
+               python-pbr (>= 0.5.21)
 Build-Depends-Indep: pep8 (>= 1.3.3),
                      pylint,
                      python-amqplib,
@@ -22,22 +22,23 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-cheetah,
                      python-coverage,
                      python-daemon,
-                     python-eventlet (>= 0.12.0),
+                     python-eventlet (>= 0.13.0),
                      python-fixtures (>= 0.3.12),
-                     python-glanceclient (>= 1:0.5.0),
+                     python-glanceclient (>= 1:0.9.0),
                      python-greenlet (>= 0.3.2),
-                     python-hp3parclient,
+                     python-hp3parclient (>= 2.0),
                      python-iso8601,
-                     python-keystoneclient (>= 1:0.2.1),
+                     python-keystoneclient (>= 1:0.3.0),
                      python-kombu (>= 2.5.12),
                      python-lockfile,
                      python-lxml,
                      python-migrate,
-                     python-mock,
+                     python-mock (>= 1.0),
                      python-mox,
                      python-mysqldb,
                      python-netaddr,
                      python-nose,
+                     python-novaclient (>= 2:2.13.0),
                      python-oslo.config,
                      python-oslo.sphinx,
                      python-paramiko (>= 1.8.0),
@@ -51,13 +52,13 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-six,
                      python-sphinx,
                      python-sqlalchemy,
-                     python-stevedore (>= 0.9),
+                     python-stevedore (>= 0.10),
                      python-subunit,
                      python-suds,
-                     python-swiftclient,
+                     python-swiftclient (>= 1:1.6.0),
                      python-testtools (>= 0.9.32),
                      python-webob (>= 1.2.3),
-                     testrepository (>= 0.0.15)
+                     testrepository (>= 0.0.17)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/cinder.git;a=summary
 Vcs-Git: git://anonscm.debian.org/openstack/cinder.git
@@ -73,11 +74,11 @@ Depends: python-amqplib,
          python-babel,
          python-cheetah,
          python-daemon,
-         python-eventlet (>= 0.12.0),
-         python-glanceclient (>= 1:0.5.0),
+         python-eventlet (>= 0.13.0),
+         python-glanceclient (>= 1:0.9.0),
          python-greenlet (>= 0.3.2),
          python-iso8601,
-         python-keystoneclient (>= 1:0.2.1),
+         python-keystoneclient (>= 1:0.3.0),
          python-kombu (>= 2.5.12),
          python-lockfile,
          python-lxml,
@@ -92,9 +93,9 @@ Depends: python-amqplib,
          python-rtslib,
          python-six,
          python-sqlalchemy,
-         python-stevedore (>= 0.9),
+         python-stevedore (>= 0.10),
          python-suds,
-         python-swiftclient,
+         python-swiftclient (>= 1:1.6.0),
          python-webob (>= 1.2.3),
          ${misc:Depends},
          ${python:Depends}