diff options
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index eb02c33b7c..b7d57b96a7 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4302,6 +4302,8 @@ opt.override_default_trust_store_from_path(None, os.getenv('SSL_CERT_FILE')) if "discover" "--verbose"))))))) (inputs (list openssl)) (native-inputs (list cmake-minimal + python-setuptools + python-wheel ;; For tests only nss-certs-for-test python-boto3 |