guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

28/103: gnu: python-numba: Add missing build input.


From: guix-commits
Subject: 28/103: gnu: python-numba: Add missing build input.
Date: Wed, 5 Jan 2022 09:44:31 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit 2b0f71ca7709424073966bf795dbfccb945be149
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Nov 28 13:03:32 2021 +0100

    gnu: python-numba: Add missing build input.
    
    * gnu/packages/python-xyz.scm (python-numba)[native-inputs]: Add
    python-pip.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7e937ca638..942d8db51a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21758,7 +21758,7 @@ validation testing and application logic.")
     (propagated-inputs
      (list python-llvmlite python-numpy python-singledispatch))
     (native-inputs                      ;for tests
-     (list python-jinja2 python-pygments))
+     (list python-jinja2 python-pygments python-pip))
     (home-page "https://numba.pydata.org";)
     (synopsis "Compile Python code using LLVM")
     (description "Numba gives you the power to speed up your applications with



reply via email to

[Prev in Thread] Current Thread [Next in Thread]