From 90bee69fca34ddcf039402d8ad28fb9daabf980d Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 13 Dec 2021 13:54:15 +0100 Subject: gnu: python-jose: Add missing dependency. * gnu/packages/python-web.scm (python-jose)[propagated-inputs]: Add PYTHON-ECDSA. --- gnu/packages/python-web.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 60f1f348b8..59c8afdda8 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -780,6 +780,7 @@ Swartz.") ("python-pytest-runner" ,python-pytest-runner))) (propagated-inputs `(("python-cryptography" ,python-cryptography) + ("python-ecdsa" ,python-ecdsa) ("python-rsa" ,python-rsa) ("python-six" ,python-six))) (synopsis "JOSE implementation in Python") -- cgit v1.2.3