Accepting request 853083 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/853083 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-future?expand=0&rev=12
This commit is contained in:
commit
06914c2bca
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 22:24:41 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Need dbm for more than one python3 flavor
|
||||
gh#openSUSE/python-rpm-macros#66
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 15:02:01 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -34,7 +34,11 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%if 0%{suse_version} >= 1550
|
||||
BuildRequires: %{python_module dbm}
|
||||
%else
|
||||
BuildRequires: python3-dbm
|
||||
%endif
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
BuildArch: noarch
|
||||
|
Loading…
x
Reference in New Issue
Block a user