From 1cabfb854f3ba203673a27e673dfc63b6291bbf6 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Apr 13 2024 14:59:13 +0000 Subject: Add BuildRequires: python3-devel For running the testsuite. Some of the python scripts require python 3.9+ https://bugzilla.redhat.com/show_bug.cgi?id=2274913 --- diff --git a/valgrind.spec b/valgrind.spec index 54c0a3c..3a90a7b 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -144,6 +144,10 @@ BuildRequires: elfutils-debuginfod-client Recommends: elfutils-debuginfod-client %endif +# For running the testsuite. +# Some of the python scripts require python 3.9+ +BuildRequires: python3-devel + %{?scl:Requires:%scl_runtime} # We could use %%valgrind_arches as defined in redhat-rpm-config @@ -461,7 +465,10 @@ echo ===============END TESTING=============== %endif %changelog -* Mon Mar 11 2024 Mark Wielaard +* Sat Apr 13 2024 Mark Wielaard +- Add BuildRequires: python3-devel for running testsuite. + +* Mon Mar 11 2024 Mark Wielaard - 3.22.0-7 - Add valgrind-3.22.0-gcc-builtin_strcmp-128-256-bit-vector.patch * Mon Mar 4 2024 Mark Wielaard