From 1de7158020812c9825cf9082815fe995a535bff3 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 21 Nov 2024 13:52:57 -0600 Subject: gn-libs: New dependencies Add `python-authlib` and `python-pymonad` as new dependencies. --- gn/packages/genenetwork.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gn/packages') diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 6e0c540..5390faa 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -565,7 +565,9 @@ python-pylint python-pytest)) (propagated-inputs - (list python-mysqlclient)) + (list python-authlib + python-pymonad + python-mysqlclient)) (home-page "https://github.com/genenetwork/gn-libs") (synopsis "Tools/utilities for GeneNetwork projects.") (description "A collection of tools and utilities used across multiple -- cgit v1.2.3