From a3d7775da23740916deda5bfbe88d6e10a707a84 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Feb 05 2014 09:39:52 +0000 Subject: Always unbundle pexpect --- diff --git a/ipython.spec b/ipython.spec index 014fd59..139e7f4 100644 --- a/ipython.spec +++ b/ipython.spec @@ -291,25 +291,21 @@ pushd IPython/external # python's own modules rm argparse/_argparse.py +# rm decorator/_decorator.py + # use decorators of numpy rm decorators/_decorators.py -# other packages exist in fedora -rm simplegeneric/_simplegeneric.py rm jsonschema/_jsonschema.py #WAITFOR python3 support #1061622 #rm jsonpointer/_jsonpointer.py -%if ! 0%{?with_python3} -# bundle this on python3 in experimental version for now rm pexpect/_pexpect.py -%endif - -# rejected in a PEP, probably no upstream -#rm Itpl/_Itpl.py # available at pypi #rm path/_path.py +rm simplegeneric/_simplegeneric.py + # ssh modules from paramiko popd