From 84be9a19d77a6df4ba23566fa1d716aa0a23ad71 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Feb 28 2013 09:26:17 +0000 Subject: enable python3 build of ipython --- diff --git a/ipython.spec b/ipython.spec index 4a45f7e..b30f913 100644 --- a/ipython.spec +++ b/ipython.spec @@ -6,7 +6,7 @@ # where are all the python3 dependencies %if 0%{?fedora} > 15 -%global with_python3 0 +%global with_python3 1 %endif # where are all the pypy dependencies @@ -484,6 +484,7 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \ * Thu Feb 21 2013 Thomas Spura - 0.13.1-4 - More changes to build for Python 3 (mostly by Andrew McNabb, #784947) - Update package structure of python3-ipython subpackage to match python2-ipython one's +- enable python3 build of ipython * Thu Feb 21 2013 Thomas Spura - 0.13.1-3 - obsolete old Thu Feb 21 2013 python packages (José Matos, #882724)