guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 75a19a960fc741931b0ad703b2a6b7e7920ecfab
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 25 11:37:54 2025 +0100
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 <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 56642c26d6..47ae3fa4c6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3562,10 +3562,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