[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
- branch wip-python-pep517 created (now d289fe92f7), guix-commits, 2022/04/24
- 01/150: build/python: Handle missing setuptools in sanity-check.py, guix-commits, 2022/04/24
- 02/150: gnu: python{,2}-setuptools: Move to python-build., guix-commits, 2022/04/24
- 31/150: gnu: python-numba: Add missing build input.,
guix-commits <=
- 34/150: gnu: python-pycairo: Install headers and pkg-config files., guix-commits, 2022/04/24
- 07/150: gnu: python-pep517-bootstrap: Update to 0.12.0., guix-commits, 2022/04/24
- 11/150: gnu: pypy: Move to separate module., guix-commits, 2022/04/24
- 33/150: gnu: python-pylama: Fix tests., guix-commits, 2022/04/24
- 27/150: gnu: python-crashtest: Build using poetry-core., guix-commits, 2022/04/24
- 25/150: gnu: dblatex: Use custom 'build and 'install phases., guix-commits, 2022/04/24
- 23/150: gnu: python-branca: Disable tests., guix-commits, 2022/04/24
- 16/150: gnu: python-mediafile: Add missing build dependencies., guix-commits, 2022/04/24
- 28/150: gnu: python-lockfile: Add missing nosetests., guix-commits, 2022/04/24
- 14/150: gnu: python-pyzmq: Fix #:configure-flags type., guix-commits, 2022/04/24