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}