- Fix the requirements to match reality of setup.cfg

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=83
This commit is contained in:
Tomáš Chvátal 2020-05-28 07:17:20 +00:00 committed by Git OBS Bridge
parent c6b79ee653
commit 190bda1f65
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 28 07:16:57 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix the requirements to match reality of setup.cfg
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 25 06:50:30 UTC 2020 - Petr Gajdos <pgajdos@suse.com> Mon May 25 06:50:30 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@ -23,12 +23,11 @@ Version: 21.2.0
Release: 0 Release: 0
Summary: System keyring service access from Python Summary: System keyring service access from Python
License: Python-2.0 AND MIT License: Python-2.0 AND MIT
Group: Development/Languages/Python
URL: https://github.com/jaraco/keyring URL: https://github.com/jaraco/keyring
Source: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz
BuildRequires: %{python_module SecretStorage >= 3} BuildRequires: %{python_module SecretStorage >= 3}
BuildRequires: %{python_module entrypoints} BuildRequires: %{python_module entrypoints}
BuildRequires: %{python_module mock} BuildRequires: %{python_module importlib-metadata}
BuildRequires: %{python_module pytest >= 3.5} BuildRequires: %{python_module pytest >= 3.5}
BuildRequires: %{python_module setuptools >= 17.1} BuildRequires: %{python_module setuptools >= 17.1}
BuildRequires: %{python_module setuptools_scm >= 1.15.0} BuildRequires: %{python_module setuptools_scm >= 1.15.0}
@ -37,6 +36,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-SecretStorage >= 3 Requires: python-SecretStorage >= 3
Requires: python-entrypoints Requires: python-entrypoints
Requires: python-importlib-metadata
Requires: python-jeepney >= 0.4.2 Requires: python-jeepney >= 0.4.2
Requires: python-setuptools Requires: python-setuptools
Requires(post): update-alternatives Requires(post): update-alternatives