From: Thomas Goirand Date: Fri, 9 Mar 2012 21:44:10 +0000 (-0800) Subject: debian: Build-depend on python-all to pull in all Python versions. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=a1aae6318276bd7fd6fc20f3ebd2bdbf790e996b;p=sliver-openvswitch.git debian: Build-depend on python-all to pull in all Python versions. Open vSwitch should support all Python versions in the distribution. This is the way to do it. Reviewed-by: Simon Horman Signed-off-by: Thomas Goirand Signed-off-by: Ben Pfaff --- diff --git a/debian/control b/debian/control index f482a867c..b65ad00c9 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Ben Pfaff , Simon Horman Build-Depends: debhelper (>= 5), autoconf (>= 2.64), automake (>= 1.10) | automake1.10, libssl-dev, pkg-config (>= 0.21), po-debconf, bzip2, openssl, - python (>= 2.6.6-3), procps, python-qt4, + python-all (>= 2.6.6-3~), procps, python-qt4, python-zopeinterface, python-twisted-conch Standards-Version: 3.9.2 Homepage: http://openvswitch.org/