From 4825024e5208250bdea79574fbda5862b3d0a1c8 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 28 Jul 2025 17:55:51 +0100 Subject: [PATCH] gnu: python-llvmlite: Fix tests. * gnu/packages/llvm.scm (python-llvmlite)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: Idd1b4757432a3194f7e01ad5106330d2a4f7b895 --- gnu/packages/llvm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index c721be5226e..985a9ef6cfc 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm @@ -1613,7 +1613,7 @@ existing compilers together.") (setenv "CPPFLAGS" "-fPIC") (setenv "LDFLAGS" (string-append "-Wl,-rpath=" llvm "/lib")))))))) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-pytest python-setuptools)) (inputs (list (let* ((patches-commit