From 7d14602a609bc049689af39bfc0f342dae0d883d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 5 Nov 2024 20:38:51 +0000 Subject: [PATCH] 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 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