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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -780,6 +780,7 @@ (define-public python-jose
("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")