add more missing R (matplotlib and pygments) (#748141)

This commit is contained in:
Thomas Spura 2011-10-23 02:01:07 +02:00
parent 6c9e0b2b49
commit 19712154d9

View File

@ -6,7 +6,7 @@
Name: ipython
Version: 0.11
Release: 2%{?dist}
Release: 3%{?dist}
Summary: An enhanced interactive Python shell
Group: Development/Libraries
@ -42,6 +42,9 @@ BuildRequires: python-pygments
Requires: python-zmq
#IPython/lib/latextools.py and others in /lib/
Requires: python-matplotlib
#bundled libs
Requires: pexpect
Requires: python-mglob
@ -92,6 +95,7 @@ Summary: Gui applications from %{name}
Group: Applications/Editors
Requires: %{name} = %{version}-%{release}
Requires: PyQt4
Requires: python-pygments
%description gui
This package contains the gui of %{name}, which requires PyQt.
@ -218,6 +222,9 @@ PYTHONPATH=%{buildroot}%{python_sitelib} %{buildroot}%{_bindir}/iptest || echo "
%changelog
* Sun Oct 23 2011 Thomas Spura <tomspur@fedoraproject.org> - 0.11-3
- add more missing R (matplotlib and pygments) (#748141)
* Tue Sep 20 2011 Michel Salim <salimma@fedoraproject.org> - 0.11-2
- make -gui subpackage depend on PyQt4, not PyQt