From 7b70b2137933e42346c7914be39bdf7438c574fb Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 9 Jan 2025 13:53:24 +0100 Subject: [PATCH] gnu: python-scikit-fuzzy: Add missing inputs. * gnu/packages/python-science.scm (python-scikit-fuzzy)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Idbaf5fa622b3584f8fd348ec0783605936d3bf41 --- gnu/packages/python-science.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index cbeaea2cacd760da3f70f6cabdb7c40d5ed65160..ca0e4423a3cf932a71b0cade0d918c46ba3c6576 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -573,7 +573,7 @@ and linear forms into vectors.") (list #:test-flags #~(list "--pyargs" "skfuzzy"))) (native-inputs - (list python-pytest)) + (list python-pytest python-setuptools python-wheel)) (propagated-inputs (list python-networkx python-numpy python-scipy)) (home-page "https://github.com/scikit-fuzzy/scikit-fuzzy")