mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytest-checkdocs: Add missing input.
* gnu/packages/python-check.scm (python-pytest-checkdocs)[propagated-inputs]: Add PYTHON-DOCUTILS.
This commit is contained in:
parent
b244f166b9
commit
59fa08d6f8
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ interactions, which will update them to correspond to the new API.")
|
|||
(base32 "0j6j1gvj6x451y3qsx4xbaq9p1w9gg3mwk7n0w80cy8vdyjkngb0"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-importlib-metadata" ,python-importlib-metadata)
|
||||
`(("python-docutils" ,python-docutils)
|
||||
("python-importlib-metadata" ,python-importlib-metadata)
|
||||
("python-more-itertools" ,python-more-itertools)))
|
||||
(native-inputs
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue