- add skips for unsupported python versions
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=38
This commit is contained in:
parent
23ca0ac506
commit
0678e69e65
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 09:05:31 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add skips for unsupported python versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 09:13:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -16,7 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%global %skip_python2 1
|
||||
%global %skip_python36 1
|
||||
Name: python-responses
|
||||
Version: 0.18.0
|
||||
Release: 0
|
||||
|
Loading…
Reference in New Issue
Block a user