mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-argparse-manpage: Fix build.
* gnu/packages/python-xyz.scm (python-argparse-manpage)[native-inputs]: Add python-pip, python-setuptools and python-wheel. Change-Id: Ibb2ceb41f74d6a39df7a423b55a9ee91aae9948e
This commit is contained in:
parent
65d1edf54c
commit
b8d72efbb1
1 changed files with 2 additions and 1 deletions
|
@ -18980,7 +18980,8 @@ connection pool.")
|
|||
"1nq4sq1zk1xzdsqq61hd27jhj978ys136aba1zjg02x1g0c0cg11"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest python-tomli))
|
||||
(list python-pip python-pytest python-setuptools python-tomli
|
||||
python-wheel))
|
||||
(home-page "https://github.com/praiskup/argparse-manpage")
|
||||
(synopsis "Build manual page from Python's ArgumentParser object")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue