[ipython/next] python3-path is now also existing

Thomas Spura tomspur at fedoraproject.org
Fri May 23 20:42:47 UTC 2014


commit 04c4250220cb30992f4e40505e20e3e8776ed7cd
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Fri May 23 22:41:41 2014 +0200

    python3-path is now also existing

 ipython.spec |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/ipython.spec b/ipython.spec
index 4870a1d..07b4312 100644
--- a/ipython.spec
+++ b/ipython.spec
@@ -215,13 +215,13 @@ Requires:       python3-zmq
 BuildRequires:  python3-decorator
 BuildRequires:  python3-jsonschema
 BuildRequires:  python3-jsonpointer
-#BuildRequires:  python3-path
+BuildRequires:  python3-path
 BuildRequires:  python3-pexpect
 BuildRequires:  python3-simplegeneric
 Requires:       python3-decorator
 Requires:       python3-jsonpointer
 Requires:       python3-jsonschema
-#Requires:       python3-path
+Requires:       python3-path
 Requires:       python3-pexpect
 Requires:       python3-simplegeneric
 
@@ -344,8 +344,7 @@ rm jsonschema/_jsonschema.py
 rm jsonpointer/_jsonpointer.py
 rm pexpect/_pexpect.py
 
-#WAITFOR python3 support #1016466
-#rm path/_path.py
+rm path/_path.py
 
 rm simplegeneric/_simplegeneric.py
 


More information about the scm-commits mailing list