~ruther/guix-local

b8d72efbb14637a9242168b4ceafdd6864895ff2 — Zheng Junjie 1 year, 5 months ago 65d1edf
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
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 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