F13 is EOL, delete old stuff
This commit is contained in:
parent
aad69996a2
commit
ba8a764fd7
@ -1,4 +1,4 @@
|
||||
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
|
||||
%if ! (0%{?rhel} > 5)
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
%endif
|
||||
|
||||
@ -41,11 +41,6 @@ Requires: python-mglob
|
||||
Requires: python-simplegeneric
|
||||
Requires: pyparsing
|
||||
|
||||
%if ! (0%{?fedora} > 13)
|
||||
# argparse is in python 2.7 and 3.2
|
||||
Requires: python-argparse
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user