14
0
forked from pool/python-tblib

- Add missing BuildRequires on pytest-benchmark for running the test suite.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tblib?expand=0&rev=23
This commit is contained in:
2025-04-17 02:38:35 +00:00
committed by Git OBS Bridge
parent 030b89dd76
commit 112bc4c9ce
2 changed files with 7 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ Version: 3.1.0
Release: 0
Summary: Traceback serialization library
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/ionelmc/python-tblib
Source: https://files.pythonhosted.org/packages/source/t/tblib/tblib-%{version}.tar.gz
# PATCH-FIX-FEDORA https://src.fedoraproject.org/rpms/python-tblib/blob/rawhide/f/0001-test_pickle_exception-even-harder-location-stripping.patch
@@ -43,6 +42,7 @@ BuildRequires: python-rpm-macros
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Twisted}
BuildRequires: %{python_module pytest-benchmark}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module tblib == %{version}}
%endif
@@ -89,7 +89,7 @@ the pickle support.
%doc AUTHORS.rst CHANGELOG.rst README.rst
%license LICENSE
%{python_sitelib}/tblib
%{python_sitelib}/tblib-%{version}*-info
%{python_sitelib}/tblib-%{version}.dist-info
%endif
%changelog