- Remove nbval build dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=135
This commit is contained in:
Daniel Garcia 2025-01-09 13:02:19 +00:00 committed by Git OBS Bridge
parent 70c8415d2e
commit 36f3f12667
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 9 13:01:25 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Remove nbval build dependency
-------------------------------------------------------------------
Mon Dec 9 09:39:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-tqdm
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -49,7 +49,6 @@ BuildArch: noarch
%if %{with test}
# SECTION test requirements
BuildRequires: %{python_module pytest-asyncio >= 0.24}
BuildRequires: %{python_module nbval}
# Conditional required for SLE-15-SP4+
BuildRequires: %{python_module numpy if (python-base without python36-base)}
BuildRequires: %{python_module pytest-timeout}