~ruther/guix-local

b046bf9f2f8ddb9e0e921e9174433a3ef6db821f — Sharlatan Hellseher 6 months ago 6fadea1
gnu: python-radian: Reduce closure size.

* gnu/packages/statistics.scm (python-radian)[native-inputs]: Remove
python-coverage and python-wheel.

Change-Id: Ia29ed5621c9d008705963fbb1ad68d949fa740cb
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +1 -3
@@ 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