me
/
guix
Archived
1
0
Fork 0

gnu: python-jose: Add missing dependency.

* gnu/packages/python-web.scm (python-jose)[propagated-inputs]: Add
PYTHON-ECDSA.
master
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
1 changed files with 1 additions and 0 deletions

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