guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit cfcb6ebc447da5d0d1b003347daee9f6872b2e4b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 31 15:06:19 2025 +0000

    gnu: python-radian: Reduce closure size.
    
    * gnu/packages/statistics.scm (python-radian)[native-inputs]: Remove
    python-coverage and python-wheel.
    
    Change-Id: Ia29ed5621c9d008705963fbb1ad68d949fa740cb
---
 gnu/packages/statistics.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 0d58a46837..1ace75076b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3108,13 +3108,11 @@ main use is as the driver for radian, the R console.")
                        (setenv "HOME" "/tmp"))))))
     (propagated-inputs (list python-prompt-toolkit python-pygments
                              python-rchitect))
-    (native-inputs (list python-coverage
-                         python-pexpect
+    (native-inputs (list python-pexpect
                          python-ptyprocess
                          python-pyte
                          python-pytest
                          python-setuptools
-                         python-wheel
                          ;; Needed afaict only for
                          ;; `tests/test_reticulate.py::test_completion`.
                          python-jedi

Reply via email to