]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Updated (build-)dependencies for Havana.
authorThomas Goirand <thomas@goirand.fr>
Sun, 30 Jun 2013 07:48:55 +0000 (15:48 +0800)
committerThomas Goirand <thomas@goirand.fr>
Sun, 30 Jun 2013 07:48:55 +0000 (15:48 +0800)
Rewritten-From: b460b577aeedf068f0a22e977ca341fadcff64b2

trusty/debian/control

index 799112f0807039c1f32a9a0b2a403a61f710ed82..cee47a6aa9a2dfbc303b1016d05fddfa87614e6f 100644 (file)
@@ -14,17 +14,18 @@ Build-Depends: debhelper (>= 9),
 Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-argparse,
                      python-babel,
-                     python-boto,
+                     python-boto (>= 2.4),
                      python-cinderclient,
                      python-coverage,
                      python-crypto,
-                     python-eventlet (>= 0.9.16),
+                     python-eventlet (>= 0.12.0),
                      python-extras,
                      python-glanceclient,
-                     python-greenlet (>= 0.3.1),
+                     python-greenlet (>= 0.3.2),
+                     python-hacking,
                      python-httplib2,
                      python-iso8601,
-                     python-keystoneclient,
+                     python-keystoneclient (>= 1:0.2.3),
                      python-kombu,
                      python-lxml (>= 2.3),
                      python-memcache,
@@ -32,22 +33,25 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-mox,
                      python-nose,
                      python-nosexcover,
-                     python-novaclient,
+                     python-novaclient (>= 2:2.11.0),
                      python-oslo.config,
                      python-paramiko,
                      python-paste,
                      python-pastedeploy,
                      python-pycryptopp,
                      python-qpid,
-                     python-quantumclient,
+                     python-quantumclient (>= 1:2.2.0),
                      python-routes,
                      python-sendfile,
                      python-setuptools,
                      python-sphinx,
                      python-sqlalchemy (>= 0.7.8),
                      python-swiftclient,
-                     python-webob,
-                     python-yaml
+                     python-testrepository (>= 0.0.13),
+                     python-testtools (>= 0.9.29),
+                     python-webob (>= 1.2.3),
+                     python-yaml,
+                     testrepository (>= 0.0.13)
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/heat.git;a=summary
 Vcs-Git: git://anonscm.debian.org/openstack/heat.git
@@ -58,34 +62,34 @@ Section: python
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: python-argparse,
-         python-boto,
+         python-boto (>= 2.4),
          python-cinderclient,
          python-crypto,
-         python-eventlet (>= 0.9.16),
+         python-eventlet (>= 0.12.0),
          python-extras,
          python-glanceclient,
-         python-greenlet (>= 0.3.1),
+         python-greenlet (>= 0.3.2),
          python-httplib2,
          python-iso8601,
-         python-keystoneclient,
+         python-keystoneclient (>= 1:0.2.3),
          python-kombu,
          python-lxml (>= 2.3),
          python-memcache,
          python-migrate,
          python-mysqldb,
-         python-novaclient,
+         python-novaclient (>= 2:2.11.0),
          python-oslo.config,
          python-paste,
          python-pastedeploy,
          python-pycryptopp,
          python-qpid,
-         python-quantumclient,
+         python-quantumclient (>= 1:2.2.0),
          python-routes,
          python-sendfile,
          python-setuptools,
          python-sqlalchemy (>= 0.7.8),
          python-swiftclient,
-         python-webob,
+         python-webob (>= 1.2.3),
          python-yaml,
          ${misc:Depends},
          ${python:Depends}