forked from pool/python-outcome
- 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
This commit is contained in:
parent
66c516014f
commit
23e5d10790
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user