mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-docutils-0.15: Add missing input.
* gnu/packages/python-xyz.scm (python-docutils-0.15)[native-inputs]: Add python-setuptools-57.
This commit is contained in:
parent
5775bbdd4b
commit
297805b1f8
1 changed files with 3 additions and 1 deletions
|
@ -5098,7 +5098,9 @@ via commands such as @command{rst2man}, as well as supporting Python code.")
|
||||||
(base32
|
(base32
|
||||||
"0ja8q6mdj6xv62jjw3phv8j5nfqi5x8hnfy4pqfcjcgz4b34k8sl"))))
|
"0ja8q6mdj6xv62jjw3phv8j5nfqi5x8hnfy4pqfcjcgz4b34k8sl"))))
|
||||||
;; tests contain Python 2 syntax.
|
;; tests contain Python 2 syntax.
|
||||||
(arguments '(#:tests? #false))))
|
(arguments '(#:tests? #false))
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools-57))))
|
||||||
|
|
||||||
(define-public python-docx
|
(define-public python-docx
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue