This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c217839f61 gnu: python-klaus: Fix build.
c217839f61 is described below
commit c217839f618498acd59c403be1c275a5cf2a0fd6
Author: Felix Gruber <[email protected]>
AuthorDate: Tue Jan 21 17:14:21 2025 +0000
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 <[email protected]>
---
gnu/packages/version-control.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index b1417055b4..2a95bc79e1 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -804,7 +804,7 @@ everything from small to very large projects with speed and
efficiency.")
"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))