diff --git a/python-keyring.changes b/python-keyring.changes index 7b34182..c1ff4bb 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 28 07:16:57 UTC 2020 - Tomáš Chvátal + +- Fix the requirements to match reality of setup.cfg + ------------------------------------------------------------------- Mon May 25 06:50:30 UTC 2020 - Petr Gajdos diff --git a/python-keyring.spec b/python-keyring.spec index 3060e68..b42119f 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -23,12 +23,11 @@ Version: 21.2.0 Release: 0 Summary: System keyring service access from Python License: Python-2.0 AND MIT -Group: Development/Languages/Python URL: https://github.com/jaraco/keyring Source: https://files.pythonhosted.org/packages/source/k/keyring/keyring-%{version}.tar.gz BuildRequires: %{python_module SecretStorage >= 3} BuildRequires: %{python_module entrypoints} -BuildRequires: %{python_module mock} +BuildRequires: %{python_module importlib-metadata} BuildRequires: %{python_module pytest >= 3.5} BuildRequires: %{python_module setuptools >= 17.1} BuildRequires: %{python_module setuptools_scm >= 1.15.0} @@ -37,6 +36,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-SecretStorage >= 3 Requires: python-entrypoints +Requires: python-importlib-metadata Requires: python-jeepney >= 0.4.2 Requires: python-setuptools Requires(post): update-alternatives