~ruther/guix-local

c217839f618498acd59c403be1c275a5cf2a0fd6 — Felix Gruber 1 year, 3 months ago c24fe86
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/version-control.scm
M gnu/packages/version-control.scm => gnu/packages/version-control.scm +1 -1
@@ 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))