diff --git a/python-filelock.changes b/python-filelock.changes index ca0b1ab..a096cb9 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 8 04:17:12 UTC 2023 - Steve Kowalik + +- Add missing Requires on typing-extensions if < 3.11 + ------------------------------------------------------------------- Thu Sep 7 11:00:28 UTC 2023 - Dirk Müller diff --git a/python-filelock.spec b/python-filelock.spec index 01e6589..5765d39 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -33,6 +33,7 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: (python3-typing_extensions >= 4.7.1 if python3-base < 3.11) BuildArch: noarch %python_subpackages