diff options
| author | Felix Gruber <felgru@posteo.net> | 2025-01-21 17:14:21 +0000 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-01-21 14:24:59 -0500 |
| commit | c217839f618498acd59c403be1c275a5cf2a0fd6 (patch) | |
| tree | 03624429b9699ef3923e71b959e70f9e9c14647d | |
| parent | c24fe86e35d731347a0a067dfd8409398cfaa90d (diff) | |
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>
| -rw-r--r-- | gnu/packages/version-control.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
