aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2011-12-30 14:37:52 +0900
committerBen Pfaff <blp@nicira.com>2012-01-02 12:41:16 -0800
commit5f3e52197d7a2e80c15f9434a71a0867773e8fee (patch)
tree66adf67038530410d1d6268578008f75d1d0e558 /debian
parent56f15250697876f6e6844b6b897ee605e3e706c8 (diff)
Debian: Depend on python (>= 2.7) | python-argparse
Depend on python (>= 2.7) | python-argparse instead of python-argparse to avoid pulling in python2.6 See: http://bugs.debian.org/653645 Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control6
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e0acd8d3..823a6107 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,9 @@ openvswitch (1.4.0-1) unstable; urgency=low
and connectivity issues. This tool currently is not included in RH or
Xen packages.
- RHEL packaging now supports integration with Red Hat network scripts.
+ - Debian: Depend on python (>= 2.7) | python-argparse instead of
+ python-argparse to avoid pulling in python2.6
+ (closes: #653645)
-- Open vSwitch team <dev@openvswitch.org> Mon, xx xxx xxxx 23:36:00 +0000
diff --git a/debian/control b/debian/control
index c350facf..58614471 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,9 @@ Description: Open vSwitch datapath module source - DKMS version
Package: openvswitch-common
Architecture: linux-any
-Depends: ${shlibs:Depends}, openssl, ${misc:Depends}, python, python-argparse
+Depends:
+ ${shlibs:Depends}, openssl, ${misc:Depends}, python,
+ python (>= 2.7) | python-argparse
Suggests: ethtool
Description: Open vSwitch common components
openvswitch-common provides components required by both openvswitch-switch
@@ -141,7 +143,7 @@ Description: Open vSwitch graphical monitoring tool
Package: openvswitch-test
Architecture: all
-Depends: python-twisted-web, python-argparse
+Depends: python-twisted-web, python (>= 2.7) | python-argparse
Description: Open vSwitch test package
This package contains utilities that are useful to diagnose
performance and connectivity issues in Open vSwitch setup.