]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
d2to1 and pbr in non-indep build-depends
authorThomas Goirand <thomas@goirand.fr>
Sun, 28 Jul 2013 14:25:54 +0000 (22:25 +0800)
committerThomas Goirand <thomas@goirand.fr>
Sun, 28 Jul 2013 14:25:54 +0000 (22:25 +0800)
debian/control

index 1f9a00f0e32002a61e94a29142f5e1ca2bdc0e4b..d3ddbefd43e4318936f5e2ead15abe131afbbd56 100644 (file)
@@ -10,7 +10,9 @@ Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
 Build-Depends: debhelper (>= 8.0.0),
                openstack-pkg-tools,
                po-debconf,
-               python-all (>= 2.6.6-3~)
+               python-all (>= 2.6.6-3~),
+               python-d2to1,
+               python-pbr
 Build-Depends-Indep: pep8 (>= 1.3.3),
                      pylint,
                      python-amqplib,
@@ -19,7 +21,6 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-babel,
                      python-cheetah,
                      python-coverage,
-                     python-d2to1,
                      python-daemon,
                      python-eventlet (>= 0.12.0),
                      python-fixtures (>= 0.3.12),
@@ -42,7 +43,6 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-paramiko (>= 1.8.0),
                      python-paste,
                      python-pastedeploy,
-                     python-pbr,
                      python-psycopg2,
                      python-routes,
                      python-rtslib,