diff --git a/python-typing_extensions.changes b/python-typing_extensions.changes index 79d8fdc..88609ae 100644 --- a/python-typing_extensions.changes +++ b/python-typing_extensions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 4 00:11:53 UTC 2020 - Matej Cepl + +- Use python_module macro for BuildRequires when available. + ------------------------------------------------------------------- Thu Oct 15 12:51:36 UTC 2020 - Dirk Mueller diff --git a/python-typing_extensions.spec b/python-typing_extensions.spec index 0c21bb1..2bd09ce 100644 --- a/python-typing_extensions.spec +++ b/python-typing_extensions.spec @@ -37,7 +37,7 @@ BuildRequires: python-typing >= 3.7.4 BuildRequires: python3-typing >= 3.7.4 %endif %if 0%{?suse_version} > 1320 -BuildRequires: python3-testsuite +BuildRequires: %{python_module testsuite} %endif %if %{python3_version_nodots} < 35 Requires: python-typing >= 3.7.4