From 4b8d0fe800061b12bac0e2c19534298cf2b1b7c04a8c3aa71afbfb5613cf962e Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 26 Nov 2020 11:10:21 +0000 Subject: [PATCH] - Only build Python3 flavors for distributions 15 and greater OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=88 --- python-botocore.changes | 5 +++++ python-botocore.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-botocore.changes b/python-botocore.changes index 9043e72..c84d5f3 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert + +- Only build Python3 flavors for distributions 15 and greater + ------------------------------------------------------------------- Fri Oct 9 10:09:20 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-botocore.spec b/python-botocore.spec index bf70a29..f363200 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -17,7 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} >= 1500 %define skip_python2 1 %endif Name: python-botocore