From 70bedd8c54b2358fe56923af71717ad4889a4fad Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sun, 30 Jun 2013 15:48:55 +0800 Subject: [PATCH] Updated (build-)dependencies for Havana. Rewritten-From: b460b577aeedf068f0a22e977ca341fadcff64b2 --- xenial/debian/control | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/xenial/debian/control b/xenial/debian/control index 799112f0..cee47a6a 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -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} -- 2.45.2