From: Ben Pfaff Date: Tue, 3 May 2011 16:59:42 +0000 (-0700) Subject: debian: Make openvswitch-switch depend on Python. X-Git-Tag: v1.1.2~19 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=7f740af44fb340fb556560e0ec9c4ae710d76035 debian: Make openvswitch-switch depend on Python. ovs-pcap,.ovs-tcpundump, and ovs-vlan-test are all written in Python, so openvswitch-switch needs to depend on Python. Signed-off-by: Ben Pfaff Reported by lintian. --- diff --git a/debian/control b/debian/control index 58c64cf22..301ddbf23 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,7 @@ Description: Open vSwitch common components Package: openvswitch-switch Architecture: linux-any Suggests: openvswitch-datapath-module -Depends: ${shlibs:Depends}, ${misc:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, openvswitch-common (= ${binary:Version}), module-init-tools, procps Description: Open vSwitch switch implementations openvswitch-switch provides the userspace components and utilities for the Open vSwitch kernel-based switch.