diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 8151e6d..e3f82c6 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -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 diff --git a/python-matplotlib.spec b/python-matplotlib.spec index f794ee5..27c5268 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -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