14
0

Accepting request 1034864 from home:bnavigator:branches:devel:languages:python

- Fix dependencies, remove workaround for gh#jaraco/keyring#526

OBS-URL: https://build.opensuse.org/request/show/1034864
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=113
This commit is contained in:
2022-11-10 10:44:29 +00:00
committed by Git OBS Bridge
parent 4168f7dba7
commit 81cc2bbbaf
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 9 14:34:46 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Fix dependencies, remove workaround for gh#jaraco/keyring#526
-------------------------------------------------------------------
Tue Nov 8 17:17:53 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -41,8 +41,8 @@ BuildRequires: python-rpm-macros
Requires: python-SecretStorage >= 3.2
Requires: python-jaraco.classes
Requires: python-jeepney >= 0.4.2
%if 0%{python_version_nodots} < 310
Requires: python-importlib-metadata >= 3.6
%if 0%{python_version_nodots} < 312
Requires: python-importlib-metadata >= 4.11.4
%endif
Requires(post): update-alternatives
Requires(postun):update-alternatives
@@ -77,8 +77,6 @@ sed -i '/^#!/d' keyring/cli.py
%if %{with test}
%check
# https://github.com/jaraco/keyring/issues/526
rm -r keyring.egg-info
%pytest
%endif