From: Simon Horman Date: Thu, 19 Aug 2010 07:55:36 +0000 (+0900) Subject: Debian: Add Build-Depends on python X-Git-Tag: v1.1.0pre1~87 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=bb41d3d4e9b608bf46182d9650f903dbd53c8feb Debian: Add Build-Depends on python Python is needed in order to run the following tests: interface-reconfigure 579: non-VLAN, non-bond ok 580: VLAN, non-bond ok 581: Bond, non-VLAN ok 582: VLAN on bond ok Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- diff --git a/debian/control b/debian/control index 8a2bfcad4..f107ebcba 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,10 @@ Section: net Priority: extra Maintainer: Open vSwitch developers Uploaders: Ben Pfaff , Simon Horman -Build-Depends: debhelper (>= 5), autoconf (>= 2.64), automake1.10, libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, libncurses5-dev, libpcre3-dev +Build-Depends: + debhelper (>= 5), autoconf (>= 2.64), automake1.10, libssl-dev, + pkg-config (>= 0.21), po-debconf, bzip2, openssl, libncurses5-dev, + libpcre3-dev, python Standards-Version: 3.9.1 Package: openvswitch-datapath-source