- Only build Python3 flavors for distributions 15 and greater

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=19
This commit is contained in:
Robert Schweikert 2020-11-26 11:11:06 +00:00 committed by Git OBS Bridge
parent 0d811ff149
commit 676a1e5684
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
- Only build Python3 flavors for distributions 15 and greater
-------------------------------------------------------------------
Wed Jul 1 12:55:50 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -24,7 +24,7 @@
%else
%bcond_without test
%endif
%if 0%{?suse_version} > 1500
%if 0%{?suse_version} >= 1500
%define skip_python2 1
%endif
Name: python-aws-sam-translator