Debian: Add Build-Depends on python
authorSimon Horman <horms@verge.net.au>
Thu, 19 Aug 2010 07:55:36 +0000 (16:55 +0900)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Aug 2010 16:39:08 +0000 (09:39 -0700)
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 <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
debian/control

index 8a2bfca..f107ebc 100644 (file)
@@ -3,7 +3,10 @@ Section: net
 Priority: extra
 Maintainer: Open vSwitch developers <dev@openvswitch.org>
 Uploaders: Ben Pfaff <blp@nicira.com>, Simon Horman <horms@verge.net.au>
-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