From b046bf9f2f8ddb9e0e921e9174433a3ef6db821f Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 31 Oct 2025 15:06:19 +0000 Subject: [PATCH] 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 395bc9eccf9b3f0e6904a190a18ba9807043622e..04c69032b2c312104b06b0ecba32dc62e1bc88f7 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