Accepting request 738194 from home:Vogtinator:branches:devel:languages:python:numeric
- Disable Qt4 on Leap 15.2+ OBS-URL: https://build.opensuse.org/request/show/738194 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=19
This commit is contained in:
parent
e3c83f2e3f
commit
6fd8c7e05f
@ -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