From ca305f0716a71c28c5c40e9b6fb09195682f03dd Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 14 Dec 2024 22:14:43 +0100 Subject: gnu: python-pytest-flakefinder: Fix build. * gnu/packages/python-check.scm (python-pytest-flakefinder)[native-inputs]: Add python-wheel, python-setuptools. Change-Id: Ic43963f7877901923f266cc89d07380bb0f66bfd --- gnu/packages/python-check.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 6230f62784..faff95a762 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -51,6 +51,7 @@ (define-module (gnu packages python-check) #:use-module (gnu packages openstack) #:use-module (gnu packages perl) #:use-module (gnu packages python-build) + #:use-module (gnu packages python-science) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages qt) @@ -247,6 +248,7 @@ (define-public python-pytest-flakefinder (sha256 (base32 "03iy80xlkpgzjs2kxa9rrj8dbnp9awyhpcl3hy8fgf5x40cjlhg2")))) (build-system pyproject-build-system) + (native-inputs (list python-wheel python-setuptools)) (propagated-inputs (list python-pytest)) (home-page "https://github.com/dropbox/pytest-flakefinder") (synopsis "Pytest plugin for finding flaky tests") @@ -2299,7 +2301,7 @@ (define-public python-mypy-minimal (define-public python-nptyping (package (name "python-nptyping") - (version "2.0.0") + (version "2.5.0") (source (origin (method git-fetch) ;pypi only contains a binary wheel (uri (git-reference @@ -2308,7 +2310,7 @@ (define-public python-nptyping (file-name (git-file-name name version)) (sha256 (base32 - "0839mcrv5jljq9k9124ssnl1hc1inbxwlwjk72imabsbqssjy9rb")))) + "0m6iq98qi9pl5hcc5k99bvy5w293vrlsdnimxl020i60rfnihgl7")))) (build-system python-build-system) (arguments `(#:phases @@ -2324,7 +2326,7 @@ (define-public python-nptyping python-setuptools python-typeguard python-wheel)) - (propagated-inputs (list python-numpy python-typing-extensions)) + (propagated-inputs (list python-numpy python-typing-extensions python-pandas-stubs)) (home-page "https://github.com/ramonhagenaars/nptyping") (synopsis "Type hints for Numpy") (description "This package provides extensive dynamic type checks for -- cgit v1.2.3