gnu: python-docstring-to-markdown: Adjust inputs.

* gnu/packages/python-xyz.scm (python-docstring-to-markdown)
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ib5c6b9ec846c76083d3adeda7c1f496fe8569aa7
This commit is contained in:
Sharlatan Hellseher 2024-11-05 20:38:51 +00:00
parent 43e5eafbdd
commit 7d14602a60
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1577,7 +1577,9 @@ (define-public python-docstring-to-markdown
(native-inputs
(list python-pytest
python-pytest-cov
python-pytest-flake8))
python-pytest-flake8
python-setuptools
python-wheel))
(home-page "https://github.com/python-lsp/docstring-to-markdown")
(synopsis "On the fly conversion of Python docstrings to markdown")
(description