sharlatan pushed a commit to branch python-team
in repository guix.
commit 6ecef3bb9ea92103a96e0ea79b2a54594564a215
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Nov 5 20:38:51 2024 +0000
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
---
gnu/packages/python-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b5c7d346c5..1cd755b503 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1577,7 +1577,9 @@ variables into the markdown template")
(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