From ba8a764fd7a9d5786fef0eac5962b5494d457756 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Sun, 31 Jul 2011 19:02:09 +0200 Subject: [PATCH] F13 is EOL, delete old stuff --- ipython.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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