From 79f4add52daac436d3af3e8a451ba50a07b182d9 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 15 Jun 2011 10:23:32 -0700 Subject: [PATCH] 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. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.43.0