diff --git a/ipython.spec b/ipython.spec index 4914982..8816674 100644 --- a/ipython.spec +++ b/ipython.spec @@ -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