]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Added missing build-depends: python-subunit
authorThomas Goirand <thomas@goirand.fr>
Tue, 1 Oct 2013 07:13:20 +0000 (15:13 +0800)
committerThomas Goirand <thomas@goirand.fr>
Tue, 1 Oct 2013 07:13:20 +0000 (15:13 +0800)
Rewritten-From: 3e7d3432f71f0734ff0de06c0727d9e9a8c4ac1f

xenial/debian/control

index 7dea644936c1f3ea8d309ac863ec3e06aa5e0599..4bffa638d250fff1b091cfcf1cfad4874f440009 100644 (file)
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
                po-debconf,
                python-all (>= 2.6.6-3~),
                python-d2to1,
-               python-pbr (>= 0.5.21),
+               python-pbr (>= 0.5.21)
 Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-argparse,
                      python-babel,
@@ -33,8 +33,8 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-migrate (>= 0.7.2-3),
                      python-mock (>= 1.0),
                      python-mox,
-                     python-neutronclient,
                      python-netaddr,
+                     python-neutronclient,
                      python-nose,
                      python-nosexcover,
                      python-novaclient (>= 2:2.12.0),
@@ -51,6 +51,7 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-six,
                      python-sphinx,
                      python-sqlalchemy (>= 0.7.8),
+                     python-subunit,
                      python-swiftclient,
                      python-testtools (>= 0.9.32),
                      python-webob (>= 1.2.3),
@@ -81,8 +82,8 @@ Depends: python-boto (>= 2.4),
          python-memcache,
          python-migrate (>= 0.7.2-3),
          python-mysqldb,
-         python-neutronclient,
          python-netaddr,
+         python-neutronclient,
          python-novaclient (>= 2:2.12.0),
          python-oslo.config (>= 1.2.0a3),
          python-paramiko (>= 1.8),