Accepting request 1218927 from devel:languages:python
- Remove python-nptyping BuildRequirement for SLFO:Main OBS-URL: https://build.opensuse.org/request/show/1218927 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-autodoc-typehints?expand=0&rev=20
This commit is contained in:
commit
2dc2a23cff
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 13:03:06 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Remove python-nptyping BuildRequirement for SLFO:Main
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 09:25:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -49,10 +49,15 @@ BuildArch: noarch
|
||||
# SECTION tests
|
||||
BuildRequires: %{python_module Sphinx >= 7.3.5}
|
||||
BuildRequires: %{python_module doc}
|
||||
BuildRequires: %{python_module nptyping >= 2.5}
|
||||
BuildRequires: %{python_module pytest >= 8.1.1}
|
||||
BuildRequires: %{python_module sphobjinv >= 2.3.1}
|
||||
BuildRequires: %{python_module typing_extensions >= 4.11}
|
||||
|
||||
# Do not depend on nptyping for SLFO:Main
|
||||
%if 0%{suse_version} > 1600
|
||||
BuildRequires: %{python_module nptyping >= 2.5}
|
||||
%endif
|
||||
|
||||
%endif
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user