]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixed oslo.rootwrap version in depends.
authorThomas Goirand <thomas@goirand.fr>
Fri, 3 Oct 2014 06:17:20 +0000 (14:17 +0800)
committerThomas Goirand <thomas@goirand.fr>
Fri, 3 Oct 2014 06:17:37 +0000 (14:17 +0800)
debian/control

index fc98a5afa18b962f3c0fcfdd07779cfa9c9bb34c..c89c8610d35f87238048179333e632e2b55ec347 100644 (file)
@@ -42,7 +42,7 @@ Build-Depends-Indep: alembic (>= 0.6.4),
                      python-oslo.config (>= 1.4.0.0~a3),
                      python-oslo.db (>= 0.4.0),
                      python-oslo.messaging (>= 1.4.0.0~a3),
-                     python-oslo.rootwrap (>= 1.3.0.0~a1),
+                     python-oslo.rootwrap (>= 1.3.0.0),
                      python-oslosphinx (>= 2.2.0.0~a2),
                      python-paste,
                      python-pastedeploy,
@@ -124,7 +124,7 @@ Depends: alembic (>= 0.6.4),
          python-oslo.config (>= 1.4.0.0~a3),
          python-oslo.db (>= 0.4.0),
          python-oslo.messaging (>= 1.4.0.0~a3),
-         python-oslo.rootwrap (>= 1.3.0.0~a1),
+         python-oslo.rootwrap (>= 1.3.0.0),
          python-paste,
          python-pastedeploy,
          python-pbr (>= 0.6),