aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-05 20:38:51 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:19:02 +0000
commit7d14602a609bc049689af39bfc0f342dae0d883d (patch)
tree559e4b6fd22f298e2de95d577d8683eee8f4cf63
parent43e5eafbdd387aac6a0488ea3b39177adbe1aeb6 (diff)
downloadguix-7d14602a609bc049689af39bfc0f342dae0d883d.tar.gz
guix-7d14602a609bc049689af39bfc0f342dae0d883d.zip
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
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a1ec0775ae..7a9fb2774b 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