Add pyroute2 to dependencies for neutron-common 50/9950/1
authorSergey Kolekonov <skolekonov@mirantis.com>
Wed, 29 Jul 2015 12:32:06 +0000 (15:32 +0300)
committerSergey Kolekonov <skolekonov@mirantis.com>
Wed, 29 Jul 2015 12:32:06 +0000 (15:32 +0300)
Add pyroute2 to dependencies for neutron-common as it's required to operate
with namespaces during cleanup operations

Change-Id: I6d368504ab39c6133ec4b014dd9efb882d087bf3
Related-bug: #1436414

trusty/debian/changelog
trusty/debian/control

index 1dcc93d62e8416a47419acc16f026c1317403487..b29f461922b689833223f67543b347bdd762dc06 100644 (file)
@@ -1,3 +1,11 @@
+neutron (1:2015.1.0-1~u14.04+mos7) mos7.0; urgency=medium
+
+  * Add pyroute2 to dependencies for neutron-common as it's required to operate
+    with namespaces during cleanup operations
+    - Related-bug: #1436414
+
+ -- Sergey Kolekonov <skolekonov@mirantis.com>  Wed, 29 Jul 2015 15:30:26 +0300
+
 neutron (1:2015.1.0-1~u14.04+mos6) mos7.0; urgency=medium
 
   * fix build and runtime dependencies
index af7d430b45ceba150e3f2ac3bf63d1faccd736e4..41d75bbe4150ebd3d43c1b59e3e1e23cdfe656a3 100644 (file)
@@ -92,6 +92,7 @@ Architecture: all
 Depends:
  adduser,
  conntrack,
+ python-pyroute2,
  python-neutron (= ${source:Version}),
  ${misc:Depends},
  ${python:Depends}