From: Ben Pfaff Date: Wed, 15 Jun 2011 17:23:32 +0000 (-0700) Subject: debian: Drop dependency from python-openvswitch to openvswitch-switch. X-Git-Tag: v1.1.2~20 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=79f4add52daac436d3af3e8a451ba50a07b182d9 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. --- 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.