15
0

- deactivate python2 builds for SLE 15 SP3.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-plugins?expand=0&rev=15
This commit is contained in:
2021-05-02 07:54:35 +00:00
committed by Git OBS Bridge
parent 6ae4fa9532
commit 63711a9229
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 2 07:53:42 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- deactivate python2 builds for SLE 15 SP3.
-------------------------------------------------------------------
Sun Jan 24 19:45:42 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -17,8 +17,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
# tests fail on python2 on Leap 15.3
%if 0%{?sle_version} == 150300
# tests fail on python2 on Leap 15.3 and SLE 15 SP3
%define skip_python2 1
%endif
Name: python-click-plugins
@@ -50,7 +50,6 @@ in a special sub-group, across multiple sub-groups, or some combination.
%setup -q -n click-plugins-%{version}
%build
%python_build
%install