~ruther/guix-local

5319c309df2f5bbb835b053cfeffc499835fcc0b — Ricardo Wurmus 2 years ago c36c737
gnu: python-nbclient: Add Setuptools and Wheel.

* gnu/packages/jupyter.scm (python-nbclient)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I0c203c2545587c45f5878c5772c29d49c7939811
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/jupyter.scm
M gnu/packages/jupyter.scm => gnu/packages/jupyter.scm +2 -0
@@ 535,6 535,8 @@ and a default CommManager that can be used.")
    (propagated-inputs
     (list python-jupyter-client python-jupyter-core python-nbformat
           python-traitlets))
    (native-inputs
     (list python-setuptools python-wheel))
    (home-page "https://jupyter.org")
    (synopsis "Client library for executing notebooks")
    (description