F13 is EOL, delete old stuff

This commit is contained in:
Thomas Spura 2011-07-31 19:02:09 +02:00
parent aad69996a2
commit ba8a764fd7

View File

@ -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