From: Thomas Goirand Date: Thu, 24 Oct 2013 18:07:28 +0000 (+0800) Subject: Added missing python-babel depends in python-neutron. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8f23df70a7d9099691809eb8c70f50e0243201f8;p=openstack-build%2Fneutron-build.git Added missing python-babel depends in python-neutron. Change-Id: Ic5b652cb31ca624e612ccf320cdfd48bd1a21054 --- diff --git a/debian/changelog b/debian/changelog index c195e6c2d..6e339906a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +neutron (2013.2-5) UNRELEASED; urgency=low + + * Added missing python-babel depends in python-neutron. + + -- Thomas Goirand Fri, 25 Oct 2013 02:07:11 +0800 + neutron (2013.2-4) unstable; urgency=low * neutron-*-agent packages are now breaking + replace only old versions of diff --git a/debian/control b/debian/control index ac700aa1a..438fbb9dc 100644 --- a/debian/control +++ b/debian/control @@ -103,6 +103,7 @@ Breaks: python-quantum (<< 2013.2~), Depends: alembic (>= 0.4.1), python-amqplib, python-anyjson (>= 0.3.3), + python-babel, python-configobj, python-eventlet (>= 0.13.0), python-gflags,