summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-02-25 11:37:54 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:36 +0100
commit91af137e6071d2425f83627a00f83b34daebe19c (patch)
treed996e6b18b124af026e7a0f26cffbffcc768b659
parent84d448688a427b714a92957a879fd8680f172b82 (diff)
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 <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 1 insertions, 4 deletions
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