mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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>
This commit is contained in:
parent
c24fe86e35
commit
c217839f61
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue