From: Thomas Goirand Date: Mon, 9 Jun 2014 16:10:18 +0000 (+0000) Subject: Now (build-)depends on python-six >= 1.6.0. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=dddd73ece199e14702671df0782f3ed135107d08;p=openstack-build%2Fheat-build.git Now (build-)depends on python-six >= 1.6.0. Rewritten-From: 2d3c181e2938dbf0a3ae9bb86d6bd0adb470faab --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index b6b9c913..ec7318a5 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -3,6 +3,7 @@ heat (2014.1.1-1) unstable; urgency=medium * New upstream release. * Removed Dont_dynamically_create_provider_types_in_the_global_env.patch applied upstream. + * Now (build-)depends on python-six >= 1.6.0. -- Thomas Goirand Mon, 09 Jun 2014 22:33:27 +0800 diff --git a/xenial/debian/control b/xenial/debian/control index 0c6d6389..42c71cd1 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -47,7 +47,7 @@ Build-Depends-Indep: python-babel (>= 1.3), python-routes, python-sendfile, python-setuptools, - python-six (>= 1.5.2), + python-six (>= 1.6.0), python-sqlalchemy (>= 0.7.8), python-subunit, python-swiftclient (>= 1:2.0.2), @@ -97,7 +97,7 @@ Depends: python-babel (>= 1.3), python-routes, python-sendfile, python-setuptools, - python-six (>= 1.5.2), + python-six (>= 1.6.0), python-sqlalchemy (>= 0.7.8), python-swiftclient (>= 1:2.0.2), python-troveclient (>= 1.0.3),