From 91af137e6071d2425f83627a00f83b34daebe19c Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 25 Feb 2025 11:37:54 +0100 Subject: gnu: python-docstring-to-markdown: Remove uneeded native-inputs. * gnu/packages/python-xyz.scm (python-docstring-to-markdown) [native-inputs]: Remove python-pytest-cov, python-pytest-flake8, and python-wheel. Change-Id: I7790a8a12ab60f366b6a7af9a53aca6208e19eee Modified-by: Sharlatan Hellseher Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 45d175d7423..099a4c16511 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3591,10 +3591,7 @@ variables into the markdown template.") (("(^.*cov.*$|^.*flake8.*$)") ""))))))) (native-inputs (list python-pytest - python-pytest-cov - python-pytest-flake8 - python-setuptools - python-wheel)) + python-setuptools)) (home-page "https://github.com/python-lsp/docstring-to-markdown") (synopsis "On the fly conversion of Python docstrings to markdown") (description -- cgit v1.3