From f28290bca9c3aa72756f3dad6d2192784a2bef43 Mon Sep 17 00:00:00 2001 From: Sergey Kolekonov Date: Wed, 29 Jul 2015 15:32:06 +0300 Subject: [PATCH] Add pyroute2 to dependencies for neutron-common 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 | 8 ++++++++ trusty/debian/control | 1 + 2 files changed, 9 insertions(+) diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 1dcc93d62..b29f46192 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -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 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 diff --git a/trusty/debian/control b/trusty/debian/control index af7d430b4..41d75bbe4 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -92,6 +92,7 @@ Architecture: all Depends: adduser, conntrack, + python-pyroute2, python-neutron (= ${source:Version}), ${misc:Depends}, ${python:Depends} -- 2.32.3