From bb58b1eaa45cd3daada7a65ab0c7605bdddccdee7d01b1672c0f3594f90112eb Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 8 Sep 2023 04:17:38 +0000 Subject: [PATCH] - Add missing Requires on typing-extensions if < 3.11 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=31 --- python-filelock.changes | 5 +++++ python-filelock.spec | 1 + 2 files changed, 6 insertions(+) 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