From fec68c4ca87eeca4eb9e69e71fc27e0eae4dd728 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 4 Nov 2024 09:32:39 -0600 Subject: GN2, GN3, gn-auth, gn-uploader: Add nss-certs for python-requests All the flask applications mentioned above make use of python-requests library which needs the CA certificate bundle present within the environment that each application runs in. The nss-certs package installs the appropriate CA certificate bundles. --- gn/packages/genenetwork.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gn/packages') diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 8c85f90..29e8b2f 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -138,6 +138,7 @@ (propagated-inputs (list csvdiff diffutils + nss-certs gemma-wrapper gn-rust-correlation python-argon2-cffi @@ -205,6 +206,7 @@ (propagated-inputs (list genenetwork3 coreutils + nss-certs gemma gemma-wrapper git @@ -459,6 +461,7 @@ python-hypothesis)) (propagated-inputs (list gunicorn + nss-certs python-redis python-flask python-pyyaml @@ -512,6 +515,7 @@ python-pytest-mock)) (propagated-inputs (list gunicorn + nss-certs python-blinker python-argon2-cffi python-authlib -- cgit v1.2.3