debian: Drop dependency from python-openvswitch to openvswitch-switch.
authorBen Pfaff <blp@nicira.com>
Wed, 15 Jun 2011 17:23:32 +0000 (10:23 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 15 Jun 2011 17:23:32 +0000 (10:23 -0700)
This dependency is unnecessary.  The Python code can be used without the
switch, so remove it.

debian/control

index 7bf421f..58c64cf 100644 (file)
@@ -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.