gnu: python-hatch-jupyter-builder: Remove development inputs.

* gnu/packages/jupyter.scm (python-hatch-jupyter-builder):
[native-inputs]: Remove python-pytest-cov and python-twine.

Change-Id: I8889de1b3015c03c5f03cd3c2233007fdb97b7fb
This commit is contained in:
Hartmut Goebel 2025-10-19 10:30:50 +02:00
parent 3654e8e9f0
commit ed311b5cfd
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -761,10 +761,8 @@ JavaScript build steps.")
(list #:test-flags '(list "-k" "not test_hatch_build")))
(propagated-inputs (list python-hatchling))
(native-inputs (list python-pytest
python-pytest-cov
python-pytest-mock
python-tomli
python-twine))
python-tomli))
(home-page "https://github.com/jupyterlab/hatch-jupyter-builder")
(synopsis "Hatch plugin to help build Jupyter packages")
(description