From: Thomas Goirand Date: Sun, 22 Sep 2013 15:06:34 +0000 (+0800) Subject: Fixes (build-)depends to python-netaddr >= 0.7.6 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a2952dbd60fc15b523fb8ddb24971ad3186e347e;p=openstack-build%2Fceilometer-build.git Fixes (build-)depends to python-netaddr >= 0.7.6 Change-Id: I2ec4a81f4d77d1692c2e9e7c49aa82b584feb0d2 Rewritten-From: f11bb8a68949fb57ef4439e0abced21d930d83a2 --- diff --git a/trusty/debian/control b/trusty/debian/control index 387ed06..3b7da92 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -38,7 +38,7 @@ Build-Depends-Indep: alembic, python-ming, python-mock, python-mox, - python-netaddr, + python-netaddr (>= 0.7.6), python-netifaces, python-nose, python-nova (>= 2013.2~), @@ -89,7 +89,7 @@ Depends: alembic, python-kombu (>> 2.4.7), python-lockfile, python-lxml, - python-netaddr, + python-netaddr (>= 0.7.6), python-novaclient (>= 2:2.6.10), python-oslo.config, python-pbr,