summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-06-15 10:23:32 -0700
committerBen Pfaff <blp@nicira.com>2011-06-15 10:23:32 -0700
commit79f4add52daac436d3af3e8a451ba50a07b182d9 (patch)
tree2005ddb03dbf81b9bd37b98c5499e32d7a632a9f
parent5c55b39c55d14be5c71c81b8db54efb7c6d9c189 (diff)
downloadopenvswitch-79f4add52daac436d3af3e8a451ba50a07b182d9.tar.gz
debian: Drop dependency from python-openvswitch to openvswitch-switch.
This dependency is unnecessary. The Python code can be used without the switch, so remove it.
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 7bf421fbc..58c64cf22 100644
--- a/debian/control
+++ b/debian/control
@@ -97,7 +97,7 @@ Description: Debug symbols for Open vSwitch packages
Package: python-openvswitch
Architecture: all
Section: python
-Depends: ${misc:Depends}, ${python:Depends}, openvswitch-switch (= ${binary:Version})
+Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Python bindings for Open vSwitch
This package contains the full Python bindings for Open vSwitch database.