From 23e5d1079067db44888a8180ea5370211b7af48e051828cb46f4f52ee001cf3f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 1 Feb 2023 09:56:51 +0000 Subject: [PATCH] - pull in dbm for all flavors on SLE15 SP4+ as well OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=13 --- python-outcome.changes | 5 +++++ python-outcome.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-outcome.changes b/python-outcome.changes index 3ccd214..dc8949b 100644 --- a/python-outcome.changes +++ b/python-outcome.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 09:52:15 UTC 2023 - Dirk Müller + +- pull in dbm for all flavors on SLE15 SP4+ as well + ------------------------------------------------------------------- Tue Oct 4 22:25:31 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-outcome.spec b/python-outcome.spec index 7e485bf..7611bfe 100644 --- a/python-outcome.spec +++ b/python-outcome.spec @@ -1,7 +1,7 @@ # # spec file for package python-outcome # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,7 +34,7 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module attrs >= 19.2.0} BuildRequires: %{python_module pytest} -%if 0%{suse_version} >= 1550 +%if 0%{suse_version} >= 1550 || (0%{suse_version} == 1500 && 0%{?sle_version} >= 150400) # for more than one python 3 flavor, but no python2 flavor BuildRequires: %{python_module async_generator} BuildRequires: %{python_module pytest-asyncio}