forked from pool/python-matplotlib
Accepting request 738242 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/738242 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=73
This commit is contained in:
commit
cba997f137
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 07:54:34 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Disable Qt4 on Leap 15.2+
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 6 21:17:49 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
%define skip_python2 1
|
||||
# No Qt4 plugin on > Leap 15
|
||||
%if 0%{?suse_version} > 1500
|
||||
# No Qt4 plugin on > Leap 15.1
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150100
|
||||
%bcond_with qt4
|
||||
%else
|
||||
%bcond_without qt4
|
||||
|
Loading…
Reference in New Issue
Block a user