From: Nathan Cutler Date: Sun, 11 Oct 2015 08:18:33 +0000 (+0200) Subject: rpm: drop python-argparse dependency X-Git-Tag: v10.2.2~38^2~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4317a17997f21019e1dec59606928a2a9f4d94b9;p=ceph.git rpm: drop python-argparse dependency This was only necessary for older (now unsupported) distro versions. Signed-off-by: Nathan Cutler (cherry picked from commit 6c42066d488d03142a56f92cff99d9c29d106214) --- diff --git a/ceph.spec.in b/ceph.spec.in index e9712931fa69..be8dcbaf5626 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -162,10 +162,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} @@ -252,10 +248,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.