diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-22 02:10:10 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-25 11:32:12 +0100 |
commit | c79c13eaa76e2dcedfe4ad9baa91db93f5edf6e6 (patch) | |
tree | a0b6506c510d5ddbec95ba1f8b6f5413d367ae31 | |
parent | b19dda76977dd6a6d0343c22ffe3802abfadcfda (diff) |
gnu: python-pybadges: Add missing inputs.
* gnu/packages/python-web.scm (python-pybadges):
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: Ib786f5a07c4613e455b78281919b6ae9a0238825
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index a185096e9c..3ecfe87760 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -11419,6 +11419,8 @@ list, create, update, or delete resources (e.g. Order, Product, Collection).") python-nox python-pillow python-pytest + python-setuptools + python-wheel python-xmldiff)) (home-page "https://github.com/google/pybadges") (synopsis "Generate Github-style badges on the command-line") |