Skip to content

Commit

Permalink
rpm: drop python-argparse dependency
Browse files Browse the repository at this point in the history
This was only necessary for older (now unsupported) distro versions.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit 6c42066)
  • Loading branch information
smithfarm committed May 4, 2016
1 parent 1cc7605 commit 6e7f94d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ceph.spec.in
Expand Up @@ -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}
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 6e7f94d

Please sign in to comment.