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}