gnu: python-klaus: Fix build.

* gnu/packages/version-control.scm (python-klaus)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I980af627e67975d33f64ab81f54946278d39d70b
Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Felix Gruber 2025-01-21 17:14:21 +00:00 committed by Leo Famulari
parent c24fe86e35
commit c217839f61
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

View file

@ -804,7 +804,7 @@ (define-public python-klaus
"tests/test_make_app.py")))))))
(inputs (list git-minimal))
(native-inputs
(list python-pytest))
(list python-pytest python-setuptools python-wheel))
(propagated-inputs
(list python-dulwich python-flask python-httpauth
python-humanize python-pygments python-werkzeug))