mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: python-notebook: Reduce closure size.
* gnu/packages/jupyter.scm (python-notebook)[native-inputs]: Remove python-coverage, python-pytest-cov, and python-wheel. Change-Id: I4cddfe84a40440dc8d052885e5d0d4539b97da76
This commit is contained in:
committed by
Andreas Enge
parent
59ff08856c
commit
9aaa7c3e80
@@ -440,15 +440,12 @@ the namespace @code{/nbclassic/}.")
|
||||
python-tornado
|
||||
python-traitlets))
|
||||
(native-inputs
|
||||
(list python-coverage
|
||||
python-jupyter-server
|
||||
(list python-jupyter-server
|
||||
python-nbval
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-requests
|
||||
python-requests-unixsocket2
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
python-setuptools))
|
||||
(home-page "https://jupyter.org/")
|
||||
(synopsis "Web-based notebook environment for interactive computing")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user