From 91cd3bc17fe7cdd533dd36d15755a9fb615076af Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Sun, 26 Jan 2025 10:07:16 +0000 Subject: [PATCH] gnu: python-pods: Fix build. * gnu/packages/python-science.scm (python-pods): Fix build. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I758d7a45e8e7baf436abe3c0b2ad92241c0bab48 --- gnu/packages/python-science.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index f5ac8eb03e4c1ea97d9c3c8a3feaec9bc5fc3114..86fb4c00df219fbfcca6ae9138f310e31cebe250 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3431,6 +3431,7 @@ machine learning algorithms based on GPs.") (arguments (list #:tests? #f)) ;no test suite (propagated-inputs (list python-pandas python-pyyaml python-scipy python-tables)) + (native-inputs (list python-setuptools python-wheel)) (home-page "https://github.com/lawrennd/ods") (synopsis "Python software for Open Data Science") (description "This package provides utilities and tools for open data