From 49fddd478cec4307616e39c6f9f49e1a201bb46e89d0c62a411e355df29f1321 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 9 Aug 2016 20:14:42 +0000 Subject: [PATCH] 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 --- python-matplotlib.changes | 5 +++++ python-matplotlib.spec | 5 +++++ 2 files changed, 10 insertions(+) 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