summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2016-07-26 12:34:16 -0700
committerJoe Stringer <joe@ovn.org>2016-07-27 16:26:29 -0700
commit487a39df5d7bc1ceb5b1d98934d6bde1697187b0 (patch)
treeca58955449e52c98679bdb1581ff0df3020197d2 /debian
parentc90e4d9c956521b47e836aebb94df2a8b9c88ae5 (diff)
downloadopenvswitch-487a39df5d7bc1ceb5b1d98934d6bde1697187b0.tar.gz
debian: Add six dependency to python-openvswitch.
python-openvswitch uses the python "six" library, add a dependency for this to the debian package. VMware-BZ: #1700259 Reported-by: Devang Doshi <ddoshi@vmware.com> Signed-off-by: Joe Stringer <joe@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 37aff8db9..9ba6e6b75 100644
--- a/debian/control
+++ b/debian/control
@@ -240,7 +240,7 @@ Description: Debug symbols for Open vSwitch packages
Package: python-openvswitch
Architecture: all
Section: python
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-six
Description: Python bindings for Open vSwitch
Open vSwitch is a production quality, multilayer, software-based,
Ethernet virtual switch. It is designed to enable massive network