From a0f3abeade0f5056630ffd7275e69e026e9514d945f77de1fa1863857d8b4699 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 26 Nov 2020 11:10:13 +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-boto3?expand=0&rev=81 --- python-boto3.changes | 5 +++++ python-boto3.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-boto3.changes b/python-boto3.changes index 53ca5e9..d94653d 100644 --- a/python-boto3.changes +++ b/python-boto3.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:25:18 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-boto3.spec b/python-boto3.spec index c026fba..f0971e1 100644 --- a/python-boto3.spec +++ b/python-boto3.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-boto3