guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 0e56843f29adab10a6a5f88edac76c784401c73b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jul 28 17:55:51 2025 +0100
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 9a477c31a5..59766a7653 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1682,7 +1682,7 @@ requirements according to version 1.1 of the OpenCL
specification.")
(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