From f20c998efd386f8d1637533cc4ec33583e8a63bc Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Wed, 5 Feb 2014 10:36:18 +0100 Subject: [PATCH] Waiting for python3 support of jsonpointer --- ipython.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipython.spec b/ipython.spec index 2d7e594..014fd59 100644 --- a/ipython.spec +++ b/ipython.spec @@ -297,6 +297,8 @@ 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