forked from pool/python-future
Accepting request 852977 from home:bnavigator:branches:devel:languages:python
- Need dbm for more than one python3 flavor gh#openSUSE/python-rpm-macros#66 OBS-URL: https://build.opensuse.org/request/show/852977 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=29
This commit is contained in:
parent
c1b5a1b0c1
commit
6eaa2516c2
@ -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>
|
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: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
%if 0%{suse_version} >= 1550
|
||||||
|
BuildRequires: %{python_module dbm}
|
||||||
|
%else
|
||||||
BuildRequires: python3-dbm
|
BuildRequires: python3-dbm
|
||||||
|
%endif
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(preun): update-alternatives
|
Requires(preun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user