rekado pushed a commit to branch master
in repository guix.
commit 7b70b2137933e42346c7914be39bdf7438c574fb
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 9 13:53:24 2025 +0100
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 cbeaea2cac..ca0e4423a3 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")