14
0

Accepting request 1083177 from devel:languages:python

- Add missing BuildRequires on typing_extensions.

OBS-URL: https://build.opensuse.org/request/show/1083177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylint-ignore?expand=0&rev=4
This commit is contained in:
2023-04-27 18:01:26 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 27 06:55:16 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on typing_extensions.
-------------------------------------------------------------------
Fri Oct 14 11:44:33 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -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