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
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

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