From c217839f618498acd59c403be1c275a5cf2a0fd6 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Tue, 21 Jan 2025 17:14:21 +0000 Subject: [PATCH] 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 --- 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 @@ (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))