guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 3f5bf3f5852f35d5f23560431ea0137c07203670
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 a87634eb83..594382b996 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1844,7 +1844,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

Reply via email to