diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-28 17:55:51 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:11 +0100 |
| commit | 4825024e5208250bdea79574fbda5862b3d0a1c8 (patch) | |
| tree | 46df55d94f6b6ab221a70dc0e4542c24195404dc | |
| parent | 8aab376b8c79de38284878037f1989cdeabe157c (diff) | |
gnu: python-llvmlite: Fix tests.
* gnu/packages/llvm.scm (python-llvmlite)[native-inputs]: Remove
python-wheel; add python-pytest.
Change-Id: Idd1b4757432a3194f7e01ad5106330d2a4f7b895
| -rw-r--r-- | gnu/packages/llvm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index c721be5226..985a9ef6cf 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 |
