From: Kefu Chai Date: Fri, 19 Aug 2016 02:42:14 +0000 (+0800) Subject: debian: drop python-argparse dependency X-Git-Tag: v11.0.1~429^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F10788%2Fhead;p=ceph.git debian: drop python-argparse dependency and bump up the dependency of python version to 2.7. py2.6 support was only necessary for older (now unsupported) distro versions. Signed-off-by: Kefu Chai --- diff --git a/debian/control b/debian/control index ae0d63639948..27b56f2ca9c7 100644 --- a/debian/control +++ b/debian/control @@ -52,8 +52,7 @@ Build-Depends: btrfs-tools, lsb-release, parted, pkg-config, - python (>= 2.6.6-3~), - python-argparse | libpython2.7-stdlib, + python (>= 2.7), python-all-dev, python-nose, python-setuptools,