Fix another requires of the main package
This commit is contained in:
parent
e065ba8c72
commit
96f1b73a85
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
Name: python-matplotlib
|
Name: python-matplotlib
|
||||||
Version: 1.4.3
|
Version: 1.4.3
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Summary: Python 2D plotting library
|
Summary: Python 2D plotting library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
# qt4_editor backend is MIT
|
# qt4_editor backend is MIT
|
||||||
@ -199,7 +199,7 @@ Requires: tkinter
|
|||||||
%{?python_provide:%python_provide python2-matplotlib-wx}
|
%{?python_provide:%python_provide python2-matplotlib-wx}
|
||||||
Summary: wxPython backend for python-matplotlib
|
Summary: wxPython backend for python-matplotlib
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: python-matplotlib%{?_isa} = %{version}-%{release}
|
Requires: python2-matplotlib%{?_isa} = %{version}-%{release}
|
||||||
BuildRequires: wxPython-devel
|
BuildRequires: wxPython-devel
|
||||||
Requires: wxPython
|
Requires: wxPython
|
||||||
|
|
||||||
@ -553,6 +553,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 12 2016 Thomas Spura <tomspur@fedoraproject.org> - 1.4.3-11
|
||||||
|
- Fix another requires of the main package
|
||||||
|
|
||||||
* Thu Jan 07 2016 Thomas Spura <tomspur@fedoraproject.org> - 1.4.3-10
|
* Thu Jan 07 2016 Thomas Spura <tomspur@fedoraproject.org> - 1.4.3-10
|
||||||
- Fix requiring the correct backend from the main package
|
- Fix requiring the correct backend from the main package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user