]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: drop python-argparse dependency
authorNathan Cutler <ncutler@suse.com>
Sun, 11 Oct 2015 08:18:33 +0000 (10:18 +0200)
committerBoris Ranto <branto@redhat.com>
Fri, 6 May 2016 11:44:15 +0000 (13:44 +0200)
This was only necessary for older (now unsupported) distro versions.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index 1afcaa016d6abef8804f1c2ad11a9fe8a2fc316d..15fc02d3fa65aff8f333e22260b60f9355c95900 100644 (file)
@@ -159,10 +159,6 @@ BuildRequires:     Cython
 %if 0%{?fedora} || 0%{?rhel} 
 BuildRequires:  boost-random
 %endif
-# python-argparse for distros with Python 2.6 or lower
-%if (0%{?rhel} && 0%{?rhel} <= 6)
-BuildRequires: python-argparse
-%endif
 # lttng and babeltrace for rbd-replay-prep
 %if %{with lttng}
 %if 0%{?fedora} || 0%{?rhel}
@@ -250,10 +246,6 @@ Requires:  python-requests
 %if 0%{?suse_version}
 Requires(pre): pwdutils
 %endif
-# python-argparse is only needed in distros with Python 2.6 or lower
-%if (0%{?rhel} && 0%{?rhel} <= 6)
-Requires:      python-argparse
-%endif
 %description -n ceph-common
 Common utilities to mount and interact with a ceph storage cluster.
 Comprised of files that are common to Ceph clients and servers.