guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit f9c4d4a9222d691e4fb3d6f79c8f948d307d01cf
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 395bc9eccf..04c69032b2 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