[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: python-jose: Add missing dependency.
From: |
guix-commits |
Subject: |
02/05: gnu: python-jose: Add missing dependency. |
Date: |
Mon, 13 Dec 2021 07:59:31 -0500 (EST) |
civodul pushed a commit to branch core-updates-frozen
in repository guix.
commit 90bee69fca34ddcf039402d8ad28fb9daabf980d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Dec 13 13:54:15 2021 +0100
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(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 60f1f34..59c8afd 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")