From: Thomas Goirand Date: Mon, 16 Dec 2013 12:01:16 +0000 (+0800) Subject: Fixed -iso8601 and -six versions. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e1aa967183625b13b4f7fb592fbb3bb82049b90b;p=openstack-build%2Fneutron-build.git Fixed -iso8601 and -six versions. Change-Id: Ic209125774ec9cd12ad21e5d781f99e070930f72 --- diff --git a/debian/control b/debian/control index 07857aff6..e974639ac 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Build-Depends-Indep: alembic (>= 0.4.1), python-greenlet (>= 0.3.2), python-hacking, python-httplib2, - python-iso8601, + python-iso8601 (>= 0.1.8), python-jinja2, python-jsonrpclib, python-keystoneclient (>= 1:0.3.2), @@ -49,7 +49,7 @@ Build-Depends-Indep: alembic (>= 0.4.1), python-setuptools, python-setuptools-git, python-simplejson, - python-six, + python-six (>= 1.4.1), python-sphinx, python-sqlalchemy, python-stevedore (>= 0.10), @@ -109,7 +109,7 @@ Depends: alembic (>= 0.4.1), python-gflags, python-greenlet (>= 0.3.2), python-httplib2, - python-iso8601, + python-iso8601 (>= 0.1.8), python-jinja2, python-jsonrpclib, python-keystoneclient (>= 1:0.3.2), @@ -127,7 +127,7 @@ Depends: alembic (>= 0.4.1), python-requests (>= 1.1), python-routes, python-simplejson, - python-six, + python-six (>= 1.4.1), python-sqlalchemy, python-stevedore (>= 0.10), python-webob (>= 1.2.3),