From eda87c9e9037efa188ce8e4e4ae2f21b407f74e9 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Mon, 7 Oct 2013 11:47:05 +0200 Subject: [PATCH] R on setuptools for starting with pkg_resources (#994673) --- ipython.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ipython.spec b/ipython.spec index 5e4ad95..e46fe84 100644 --- a/ipython.spec +++ b/ipython.spec @@ -109,6 +109,7 @@ Requires: python-ipython-gui = %{version}-%{release} Requires: python-ipython-notebook = %{version}-%{release} Provides: ipython = %{version}-%{release} Obsoletes: ipython < 0.13-1 + %description -n python-ipython %{ipython_desc_base} @@ -118,12 +119,14 @@ This package depends on all python-ipython packages but python-ipython-tests. Summary: An enhanced interactive Python shell for the terminal Requires: python-zmq - #bundled libs Requires: pexpect Requires: python-mglob Requires: python-simplegeneric +#For starting ipython from pkg_resources +Requires: python-setuptools + %description -n python-ipython-console %{ipython_desc_base} @@ -199,6 +202,9 @@ Requires: python3-pexpect Requires: python3-mglob Requires: python3-simplegeneric +#For starting ipython from pkg_resources +Requires: python3-setuptools + %description -n python3-ipython-console %{ipython_desc_base} @@ -533,6 +539,7 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \ %changelog * Mon Oct 7 2013 Thomas Spura - 0.13.2-3 - install into unversioned docdir (#993848) +- R on setuptools for starting with pkg_resources (#994673) * Sat Aug 03 2013 Fedora Release Engineering - 0.13.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild