From 190bda1f65505c5e43024f7310434cdb44f0f4d8e05c8fe64668faaf30236882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 28 May 2020 07:17:20 +0000 Subject: [PATCH] - 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 --- python-keyring.changes | 5 +++++ python-keyring.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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