1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 23:35:54 +02:00

gnu: python-llvmlite: Fix tests.

* gnu/packages/llvm.scm (python-llvmlite)[native-inputs]: Remove
  python-wheel; add python-pytest.

Change-Id: Idd1b4757432a3194f7e01ad5106330d2a4f7b895
This commit is contained in:
Sharlatan Hellseher
2025-07-28 17:55:51 +01:00
parent 8aab376b8c
commit 4825024e52
+1 -1
View File
@@ -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