R on setuptools for starting with pkg_resources (#994673)
This commit is contained in:
parent
fc4a6e3bee
commit
eda87c9e90
@ -109,6 +109,7 @@ Requires: python-ipython-gui = %{version}-%{release}
|
|||||||
Requires: python-ipython-notebook = %{version}-%{release}
|
Requires: python-ipython-notebook = %{version}-%{release}
|
||||||
Provides: ipython = %{version}-%{release}
|
Provides: ipython = %{version}-%{release}
|
||||||
Obsoletes: ipython < 0.13-1
|
Obsoletes: ipython < 0.13-1
|
||||||
|
|
||||||
%description -n python-ipython
|
%description -n python-ipython
|
||||||
%{ipython_desc_base}
|
%{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
|
Summary: An enhanced interactive Python shell for the terminal
|
||||||
Requires: python-zmq
|
Requires: python-zmq
|
||||||
|
|
||||||
|
|
||||||
#bundled libs
|
#bundled libs
|
||||||
Requires: pexpect
|
Requires: pexpect
|
||||||
Requires: python-mglob
|
Requires: python-mglob
|
||||||
Requires: python-simplegeneric
|
Requires: python-simplegeneric
|
||||||
|
|
||||||
|
#For starting ipython from pkg_resources
|
||||||
|
Requires: python-setuptools
|
||||||
|
|
||||||
%description -n python-ipython-console
|
%description -n python-ipython-console
|
||||||
%{ipython_desc_base}
|
%{ipython_desc_base}
|
||||||
|
|
||||||
@ -199,6 +202,9 @@ Requires: python3-pexpect
|
|||||||
Requires: python3-mglob
|
Requires: python3-mglob
|
||||||
Requires: python3-simplegeneric
|
Requires: python3-simplegeneric
|
||||||
|
|
||||||
|
#For starting ipython from pkg_resources
|
||||||
|
Requires: python3-setuptools
|
||||||
|
|
||||||
%description -n python3-ipython-console
|
%description -n python3-ipython-console
|
||||||
%{ipython_desc_base}
|
%{ipython_desc_base}
|
||||||
|
|
||||||
@ -533,6 +539,7 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Oct 7 2013 Thomas Spura <tomspur@fedoraproject.org> - 0.13.2-3
|
* Mon Oct 7 2013 Thomas Spura <tomspur@fedoraproject.org> - 0.13.2-3
|
||||||
- install into unversioned docdir (#993848)
|
- install into unversioned docdir (#993848)
|
||||||
|
- R on setuptools for starting with pkg_resources (#994673)
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.2-2
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user