From bcb3e2353b9f6b5ac7bc89d639e630c12049fc42 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 25 Dec 2024 23:22:56 +0000 Subject: klaus: python-klaus: Depend explicitly on setuptools and wheel. Changes to pyproject-build-system require packages to depend explicitly on python-setuptools and python-wheel. * guix/forge/klaus.scm (python-klaus)[native-inputs]: Add python-setuptools and python-wheel. --- guix/forge/klaus.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'guix') diff --git a/guix/forge/klaus.scm b/guix/forge/klaus.scm index 23c554f..6ffb23c 100644 --- a/guix/forge/klaus.scm +++ b/guix/forge/klaus.scm @@ -94,7 +94,9 @@ routes using HTTP Digest Authentication.") ;; https://github.com/jonashaag/klaus/issues/322 (list git-without-safe-directory-check)) (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)) -- cgit v1.2.3