dannym pushed a commit to branch master
in repository guix.

commit 80ee613dec012baf9b87200c9ec5e9537810a6d1
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Fri Dec 20 10:39:39 2024 +0100

    gnu: python-cloud-init: Fix build.
    
    * gnu/packages/python-web.scm (python-cloud-init)[native-inputs]: Add
    python-setuptools, python-wheel.
    
    Change-Id: Icf67de808cd43771eaa51b5a22d0059b3e095dd9
---
 gnu/packages/python-web.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

Reply via email to