forked from pool/python-aliyun-python-sdk-alimt
- Skip Python 2 builds
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aliyun/python-aliyun-python-sdk-alimt?expand=0&rev=3
This commit is contained in:
parent
58dd076c72
commit
234538099f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 17 15:16:11 UTC 2021 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- Do not build for Python 2 distros 15 and higher
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 14:18:22 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -17,6 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%define skip_python2 1
|
||||
%endif
|
||||
Name: python-aliyun-python-sdk-alimt
|
||||
Version: 3.0.30
|
||||
Release: 0
|
||||
|
Loading…
Reference in New Issue
Block a user