]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixed -iso8601 and -six versions.
authorThomas Goirand <thomas@goirand.fr>
Mon, 16 Dec 2013 12:01:16 +0000 (20:01 +0800)
committerThomas Goirand <thomas@goirand.fr>
Mon, 16 Dec 2013 12:01:16 +0000 (20:01 +0800)
Change-Id: Ic209125774ec9cd12ad21e5d781f99e070930f72

debian/control

index 07857aff61ae000ecea7d1931b0ad607482c6f35..e974639acb6bbc7ebec28131c882889bd97beac0 100644 (file)
@@ -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),