summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2025-01-26 10:07:16 +0000
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2025-01-27 19:53:01 +0800
commit91cd3bc17fe7cdd533dd36d15755a9fb615076af (patch)
treeec8e02c8b34d57c478ff51529fc48d1cf6283b06
parent12b81c3ba539287903bab13984891caf0f4a179e (diff)
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
-rw-r--r--gnu/packages/python-science.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index f5ac8eb03e4..86fb4c00df2 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3431,6 +3431,7 @@ machine learning algorithms based on GPs.")
3431 (arguments (list #:tests? #f)) ;no test suite 3431 (arguments (list #:tests? #f)) ;no test suite
3432 (propagated-inputs (list python-pandas python-pyyaml python-scipy 3432 (propagated-inputs (list python-pandas python-pyyaml python-scipy
3433 python-tables)) 3433 python-tables))
3434 (native-inputs (list python-setuptools python-wheel))
3434 (home-page "https://github.com/lawrennd/ods") 3435 (home-page "https://github.com/lawrennd/ods")
3435 (synopsis "Python software for Open Data Science") 3436 (synopsis "Python software for Open Data Science")
3436 (description "This package provides utilities and tools for open data 3437 (description "This package provides utilities and tools for open data