~ruther/guix-local

80ee613dec012baf9b87200c9ec5e9537810a6d1 — Danny Milosavljevic 1 year, 5 months ago fd86ec9
gnu: python-cloud-init: Fix build.

* gnu/packages/python-web.scm (python-cloud-init)[native-inputs]: Add
python-setuptools, python-wheel.

Change-Id: Icf67de808cd43771eaa51b5a22d0059b3e095dd9
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +3 -1
@@ 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