diff options
-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 |