diff --git a/python-pylint-ignore.changes b/python-pylint-ignore.changes index f748d7e..46673f0 100644 --- a/python-pylint-ignore.changes +++ b/python-pylint-ignore.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 27 06:55:16 UTC 2023 - Steve Kowalik + +- Add missing BuildRequires on typing_extensions. + ------------------------------------------------------------------- Fri Oct 14 11:44:33 UTC 2022 - Daniel Garcia diff --git a/python-pylint-ignore.spec b/python-pylint-ignore.spec index 9cb91c8..b675111 100644 --- a/python-pylint-ignore.spec +++ b/python-pylint-ignore.spec @@ -1,7 +1,7 @@ # # spec file for package python-pylint-ignore # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,6 +32,7 @@ BuildRequires: python-rpm-macros BuildRequires: %{python_module pylev} BuildRequires: %{python_module pylint > 2.4} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module typing_extensions} # /SECTION BuildRequires: fdupes Requires: python-astroid > 2.1.0