summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0a2cf0f3154..2fbd921a2da 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29541,14 +29541,14 @@ validation testing and application logic.")
29541(define-public python-numba 29541(define-public python-numba
29542 (package 29542 (package
29543 (name "python-numba") 29543 (name "python-numba")
29544 (version "0.59.1") 29544 (version "0.61.0")
29545 (source 29545 (source
29546 (origin 29546 (origin
29547 (method url-fetch) 29547 (method url-fetch)
29548 (uri (pypi-uri "numba" version)) 29548 (uri (pypi-uri "numba" version))
29549 (sha256 29549 (sha256
29550 (base32 29550 (base32
29551 "02rp5x59kw3qw6x821d4k4r4x8r8qpl1a16j9rvx4a30p4r93xkn")))) 29551 "09grslc9ij1ry94c5yz10rvf0w29vn7pwilijphrj20np24jx3c8"))))
29552 (build-system pyproject-build-system) 29552 (build-system pyproject-build-system)
29553 (arguments 29553 (arguments
29554 (list 29554 (list
@@ -29597,9 +29597,8 @@ validation testing and application logic.")
29597 "int(platform.machine()[len('armv'):-1]) >= 7"))))) 29597 "int(platform.machine()[len('armv'):-1]) >= 7")))))
29598 (#t '())))) 29598 (#t '()))))
29599 (replace 'check 29599 (replace 'check
29600 (lambda* (#:key tests? inputs outputs #:allow-other-keys) 29600 (lambda* (#:key tests? #:allow-other-keys)
29601 (when tests? 29601 (when tests?
29602 (add-installed-pythonpath inputs outputs)
29603 ;; Something is wrong with the PYTHONPATH when running the 29602 ;; Something is wrong with the PYTHONPATH when running the
29604 ;; tests from the build directory, as it complains about not being 29603 ;; tests from the build directory, as it complains about not being
29605 ;; able to import certain modules. 29604 ;; able to import certain modules.