Accepting request 889301 from home:bnavigator:branches:devel:languages:python:avocado
- Only build for primary python3 OBS-URL: https://build.opensuse.org/request/show/889301 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:avocado/python-inspektor?expand=0&rev=17
This commit is contained in:
parent
cd1b9f2b26
commit
fb66f3640c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 29 13:20:53 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Only build for primary python3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 14 04:51:13 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
Wed Apr 14 04:51:13 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -17,9 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
# cliff and stevedore are only built for 3.8
|
%if 0%{suse_version} >= 1550
|
||||||
%define skip_python36 1
|
# cliff and stevedore are only built for primary python3
|
||||||
%define skip_python39 1
|
%define pythons python3
|
||||||
|
%endif
|
||||||
%global pkgname inspektor
|
%global pkgname inspektor
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 0.5.2
|
Version: 0.5.2
|
||||||
|
Loading…
Reference in New Issue
Block a user