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>master
parent
dcc3bebfaf
commit
5c976c6b45
|
@ -173,7 +173,6 @@ sources.")
|
||||||
`(#:tests? #f)) ;requires python-pytest<4.0
|
`(#:tests? #f)) ;requires python-pytest<4.0
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pbr
|
(list python-pbr
|
||||||
python-pre-commit
|
|
||||||
python-pytest
|
python-pytest
|
||||||
python-sphinx
|
python-sphinx
|
||||||
python-testrepository))
|
python-testrepository))
|
||||||
|
|
Reference in New Issue