Accepting request 1062428 from devel:languages:python

- pull in dbm for all flavors on SLE15 SP4+ as well

OBS-URL: https://build.opensuse.org/request/show/1062428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2023-02-02 17:07:31 +00:00 committed by Git OBS Bridge
commit b312201f9f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 1 09:52:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
- pull in dbm for all flavors on SLE15 SP4+ as well
-------------------------------------------------------------------
Tue Oct 4 22:25:31 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -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}