guix-commits
[Top][All Lists]
Advanced

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

31/150: gnu: python-numba: Add missing build input.


From: guix-commits
Subject: 31/150: gnu: python-numba: Add missing build input.
Date: Sun, 24 Apr 2022 05:12:18 -0400 (EDT)

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

commit e7aa5bea25f2e17c0a46e4246d595f7ad2b54e48
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 b254a988a4..821b25ebd3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22857,7 +22857,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]