From a77f86764c9f5075be63829e1ddb5c643b9825fbf3058d3964f5f57b046b8a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 12 Feb 2021 10:59:41 +0000 Subject: [PATCH] Accepting request 871402 from home:gladiac:mailman3 - The package Requires python-typing_extensions - Add missing python-typing_extensions BuildRequires for tests OBS-URL: https://build.opensuse.org/request/show/871402 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.lock?expand=0&rev=4 --- python-flufl.lock.changes | 10 ++++++++++ python-flufl.lock.spec | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/python-flufl.lock.changes b/python-flufl.lock.changes index c20f151..e3780e9 100644 --- a/python-flufl.lock.changes +++ b/python-flufl.lock.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Feb 12 07:54:17 UTC 2021 - Andreas Schneider + +- The package Requires python-typing_extensions + +------------------------------------------------------------------- +Thu Feb 11 19:06:49 UTC 2021 - Andreas Schneider + +- Add missing python-typing_extensions BuildRequires for tests + ------------------------------------------------------------------- Thu Feb 11 07:45:45 UTC 2021 - Andreas Schneider diff --git a/python-flufl.lock.spec b/python-flufl.lock.spec index b3712d4..cc61197 100644 --- a/python-flufl.lock.spec +++ b/python-flufl.lock.spec @@ -27,11 +27,12 @@ URL: https://flufllock.readthedocs.io Source: https://files.pythonhosted.org/packages/source/f/flufl.lock/flufl.lock-%{version}.tar.gz Patch: python-flufl.lock-fix-setup.patch BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module typing_extensions} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-atpublic Requires: python-psutil -Suggests: python-typing_extensions +Requires: python-typing_extensions # SECTION test requirements BuildRequires: %{python_module atpublic} BuildRequires: %{python_module psutil}