rekado pushed a commit to branch master
in repository guix.

commit f874d80a367486706e24d92cbf5ba087f6bd7a26
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 9 14:37:22 2025 +0100

    gnu: python-scikit-survival: Add missing input.
    
    * gnu/packages/python-science.scm (python-scikit-survival)[native-inputs]: 
Add
    python-setuptools.
    
    Change-Id: I52e98c787cec226590f21c98e4287a41fb41f3d3
---
 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 13b672d1b8..9193cc154c 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -799,6 +799,7 @@ the following purposes in mind:
              python-cython-3
              python-packaging
              python-pytest
+             python-setuptools
              python-setuptools-scm
              python-tomli
              python-tox))

Reply via email to