- 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:
Dirk Mueller 2022-03-15 09:06:03 +00:00 committed by Git OBS Bridge
parent 23ca0ac506
commit 0678e69e65
2 changed files with 8 additions and 1 deletions

View File

@ -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>

View File

@ -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