[packages/python3-pytest_codspeed] - BR valgrind, it's arch dependent on x32
baggins
baggins at pld-linux.org
Mon Feb 24 03:16:40 CET 2025
commit d012d2ac9d34d14cf817ebc6b65d163f9969fa1c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Feb 24 02:28:31 2025 +0100
- BR valgrind, it's arch dependent on x32
python3-pytest_codspeed.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python3-pytest_codspeed.spec b/python3-pytest_codspeed.spec
index b685ba9..9cefef5 100644
--- a/python3-pytest_codspeed.spec
+++ b/python3-pytest_codspeed.spec
@@ -21,12 +21,13 @@ BuildRequires: python3-pytest
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 2.044
Requires: python3-modules >= 1:3.2
-%ifnarch %{x8664}
+BuildRequires: valgrind
+%ifnarch %{x8664} x32
BuildArch: noarch
%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%ifnarch %{x8664}
+%ifnarch %{x8664} x32
%define extdir %{py3_sitescriptdir}
%else
%define extdir %{py3_sitedir}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-pytest_codspeed.git/commitdiff/d012d2ac9d34d14cf817ebc6b65d163f9969fa1c
More information about the pld-cvs-commit
mailing list