From 05c99bb32e22ed9e04f8554c851e3c21e9e6e6ca Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 8 Oct 2016 07:17:21 +0100 Subject: [PATCH] No valgrind available on riscv64. --- python3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 3988238..da2d3d5 100644 --- a/python3.spec +++ b/python3.spec @@ -71,7 +71,7 @@ %global with_systemtap 1 # some arches don't have valgrind so we need to disable its support on them -%ifnarch s390 %{mips} +%ifnarch s390 %{mips} riscv64 %global with_valgrind 1 %else %global with_valgrind 0