diff --git a/python-tblib.changes b/python-tblib.changes index e7727be..a32a7ef 100644 --- a/python-tblib.changes +++ b/python-tblib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 17 02:37:45 UTC 2025 - Steve Kowalik + +- Add missing BuildRequires on pytest-benchmark for running the test suite. + ------------------------------------------------------------------- Thu Apr 10 12:43:29 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-tblib.spec b/python-tblib.spec index 24de36a..a5d6a98 100644 --- a/python-tblib.spec +++ b/python-tblib.spec @@ -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