Accepting request 417069 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/417069 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=48
This commit is contained in:
parent
d045124269
commit
49fddd478c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 30 13:30:11 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Make use of wxWidgets 3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 13:09:54 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
|
@ -96,12 +96,17 @@ BuildRequires: tk-devel
|
||||
# WebAgg dependencies
|
||||
BuildRequires: python-tornado
|
||||
%if 0%{?suse_version} != 1110 && 0%{?suse_version} != 1315 || 0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0
|
||||
%if 0%{?suse_version} >= 1320
|
||||
BuildRequires: python-wxWidgets
|
||||
BuildRequires: wxWidgets-devel >= 3
|
||||
%else
|
||||
# Wx dependencies
|
||||
BuildRequires: python-wxWidgets >= 2.8
|
||||
BuildRequires: wxWidgets-devel
|
||||
%define _use_internal_dependency_generator 0
|
||||
%define __find_requires %wx_requires
|
||||
%endif
|
||||
%endif
|
||||
Requires: python-Cycler
|
||||
Requires: python-numpy >= 1.6
|
||||
Requires: python-pyparsing >= 1.5.6
|
||||
|
Loading…
Reference in New Issue
Block a user