1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-jose: Add missing dependency.

* gnu/packages/python-web.scm (python-jose)[propagated-inputs]: Add
PYTHON-ECDSA.
This commit is contained in:
Ludovic Courtès
2021-12-13 13:54:15 +01:00
parent 1052ae5f03
commit 90bee69fca

View File

@@ -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")