1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-sphinxcontrib-apidoc: Remove python-pre-commit.

* gnu/packages/sphinx.scm (python-sphinxcontrib-apidoc)[native-inputs]: Remove
python-pre-commit.

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
Antero Mejr
2023-03-11 13:39:43 +00:00
committed by Lars-Dominik Braun
parent dcc3bebfaf
commit 5c976c6b45

View File

@@ -173,7 +173,6 @@ sources.")
`(#:tests? #f)) ;requires python-pytest<4.0
(native-inputs
(list python-pbr
python-pre-commit
python-pytest
python-sphinx
python-testrepository))