From: Igor Yozhikov Date: Thu, 7 Aug 2014 16:56:42 +0000 (+0400) Subject: Fixes for debian spec X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a02be24334b497342f6287648730c45d23190f39;p=openstack-build%2Fheat-build.git Fixes for debian spec * Remove from control file upper versions limit in Depends section * Remove versions from Build-Depends-Indep section Change-Id: Ib48fac700ac7dd5ba804614100968edf459489ab --- diff --git a/debian/control b/debian/control index 534e4b91..06bb6fbd 100644 --- a/debian/control +++ b/debian/control @@ -14,48 +14,48 @@ Build-Depends: python-all (>= 2.6.6-3~), python-pbr (>= 0.6), Build-Depends-Indep: - python-pbr (>= 0.6), python-pbr (<< 1.0), - python-babel (>= 1.3), - python-boto (>= 2.4), - python-ceilometerclient (>=1.0.6), - python-cinderclient (>=1.0.6), + python-pbr, + python-babel, + python-boto, + python-ceilometerclient, + python-cinderclient, python-coverage, - python-crypto (>= 2.6), - python-eventlet (>= 0.12.0), + python-crypto, + python-eventlet, python-extras, - python-glanceclient (>= 1:0.9.0), - python-greenlet (>= 0.3.2), - python-heatclient (>= 0.2.3), - python-httplib2 (>= 0.7.5), - python-iso8601 (>= 0.1.9), - python-keystoneclient (>= 1:0.7.0), - python-kombu (>= 2.4.8), - python-lockfile (>= 0.8), - python-lxml (>= 2.3), + python-glanceclient, + python-greenlet, + python-heatclient, + python-httplib2, + python-iso8601, + python-keystoneclient, + python-kombu, + python-lockfile, + python-lxml, python-memcache, - python-migrate (>= 0.8.2), python-migrate (<< 0.8.4) | python-migrate (>> 0.8.4), - python-mox (>= 0.5.3), - python-netaddr (>= 0.7.6), - python-neutronclient (>= 1:2.3.4), python-neutronclient (<< 1:3), - python-novaclient (>= 2.17.0), - python-oslo.config (>= 1:1.2.0), + python-migrate, + python-mox, + python-netaddr, + python-neutronclient, + python-novaclient, + python-oslo.config, python-oslosphinx, - python-paramiko (>= 1.9.0), + python-paramiko, python-paste, - python-pastedeploy (>= 1.5.0), - python-routes (>= 1.12.3), + python-pastedeploy, + python-routes, python-setuptools, python-six, - python-sphinx (>= 1.1.2), python-sphinx (<< 1.2), - python-sqlalchemy (>= 0.7.8), python-sqlalchemy (<= 0.9.99), - python-swiftclient (>= 1.6), - python-testrepository (>= 0.0.17), - python-testscenarios (>= 0.4), - python-testtools (>= 0.9.29), - python-troveclient (>= 1.0.3), - python-webob (>= 1.2.3), + python-sphinx, + python-sqlalchemy, + python-swiftclient, + python-testrepository, + python-testscenarios, + python-testtools, + python-troveclient, + python-webob, python-yaml, - testrepository (>= 0.0.17) + testrepository Standards-Version: 3.9.4 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/heat/icehouse/files Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/heat/icehouse @@ -66,34 +66,43 @@ Package: python-heat Section: python Architecture: all Depends: + python-pbr (>= 0.6), python-pbr (<< 1.0), + python-crypto (>= 2.6), + python-eventlet (>= 0.13.0), + python-greenlet (>= 0.3.2), + python-httplib2 (>= 0.7.5), + python-iso8601 (>= 0.1.9), + python-kombu (>= 2.4.8), python-argparse, + python-lxml (>= 2.3), + python-netaddr (>= 0.7.6), + python-six (>= 1.5.2), + python-migrate (>= 0.8.2), python-migrate (<< 0.8.4) | python-migrate (>> 0.8.4), + python-novaclient (>= 2.17.0), + python-pastedeploy (>= 1.5.0), + python-requests (>= 1.1), + python-routes (>= 1.12.3), python-routes (<< 2.0) | python-routes (>> 2.0), + python-sqlalchemy (>= 0.7.8), python-sqlalchemy (<< 0.9.5) | python-sqlalchemy (>> 0.9.5), python-sqlalchemy (<= 0.9.99), + python-webob (>= 1.2.3), + python-heatclient (>= 0.2.3), + python-keystoneclient (>= 1:0.7.0), + python-swiftclient (>= 1.6), + python-neutronclient (>= 1:2.3.4), + python-ceilometerclient (>= 1.0.6), + python-cinderclient (>= 1.0.6), + python-troveclient (>= 1.0.3), + python-yaml (>= 3.1.0), + python-paramiko (>= 1.9.0), + python-babel (>= 1.3), + python-oslo.config (>= 1:1.2.0), + python-qpid, python-boto (>= 2.4), - python-cinderclient, - python-crypto, - python-eventlet (>= 0.12.0), python-extras, + python-paste, python-glanceclient, - python-greenlet (>= 0.3.2), - python-httplib2, - python-iso8601, - python-keystoneclient (>= 1:0.2.3), - python-kombu, - python-lxml (>= 2.3), python-memcache, - python-migrate, python-mysqldb, - python-neutronclient (>= 1:2.2.0), - python-novaclient, - python-oslo.config, - python-paste, - python-pastedeploy, - python-routes, python-setuptools, - python-six, - python-sqlalchemy (>= 0.7.8), - python-swiftclient, - python-webob (>= 1.2.3), - python-yaml, ${misc:Depends}, ${python:Depends} Description: OpenStack orchestration service - Python files