From: Thomas Goirand Date: Sun, 6 Oct 2013 14:56:36 +0000 (+0000) Subject: Fixed version of python-pbr in build-depends. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f36f875c53ada69b5e32d57b93aecabc81f85af1;p=openstack-build%2Fceilometer-build.git Fixed version of python-pbr in build-depends. Rewritten-From: 56290d02ba98fce2490f2d053bfa72f80683749e --- diff --git a/xenial/debian/control b/xenial/debian/control index 22db6f9..3b63b33 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), po-debconf, python-all (>= 2.6.6-3~), python-d2to1 (>= 0.2.10), - python-pbr + python-pbr (>= 0.5.21) Build-Depends-Indep: alembic, mongodb, msgpack-python, @@ -89,7 +89,7 @@ Depends: alembic, python-netaddr (>= 0.7.6), python-novaclient (>= 2:2.6.10), python-oslo.config, - python-pbr, + python-pbr (>= 0.5.21), python-pecan (>= 0.2.1), python-pymongo (>= 2.4), python-requests (>= 1.2),