diff options
author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-20 10:39:39 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-20 10:39:39 +0100 |
commit | 80ee613dec012baf9b87200c9ec5e9537810a6d1 (patch) | |
tree | a288662ef021aeb2db69205f889930808428b6ea /gnu/packages/python-web.scm | |
parent | fd86ec952dbecb9880e7a27b0501497e33e226b5 (diff) | |
download | guix-80ee613dec012baf9b87200c9ec5e9537810a6d1.tar.gz guix-80ee613dec012baf9b87200c9ec5e9537810a6d1.zip |
gnu: python-cloud-init: Fix build.
* gnu/packages/python-web.scm (python-cloud-init)[native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: Icf67de808cd43771eaa51b5a22d0059b3e095dd9
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index abbe61b808..4acb886d0c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7894,7 +7894,9 @@ Encoding for HTTP.") python-pytest python-pytest-cov python-pytest-mock - python-passlib)) + python-passlib + python-setuptools + python-wheel)) (home-page "https://github.com/canonical/cloud-init") (synopsis "Cloud instance initialization tools") (description |