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:
Zheng Junjie 2024-12-14 22:13:58 +08:00
parent 65d1edf54c
commit b8d72efbb1
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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