1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-13 06:31:30 +02:00

gnu: python-docstring-to-markdown: Remove uneeded native-inputs.

* gnu/packages/python-xyz.scm (python-docstring-to-markdown)
[arguments]: Remove field.

Change-Id: I7790a8a12ab60f366b6a7af9a53aca6208e19eee
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-02-25 11:37:54 +01:00
committed by Sharlatan Hellseher
parent 9417ee5f85
commit ec99dd971f
-8
View File
@@ -3901,14 +3901,6 @@ variables into the markdown template.")
(sha256
(base32 "0gdpabnyl1kyy0cjrnph6xl4fyhgim50a1amsaqq3hahki6i2ip1"))))
(build-system pyproject-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'reduce-test-coverage-since-failing
(lambda _
(substitute* "setup.cfg"
(("(^.*cov.*$|^.*flake8.*$)") "")))))))
(native-inputs
(list python-pytest
python-setuptools))