~ruther/guix-local

3bdcc858e0392ce806b0f45715059fe296ce19e9 — Sharlatan Hellseher 3 months ago 7533e08
gnu: python-jwcrypto: Adjust inputs.

* gnu/packages/python-web.scm (python-jwcrypto)[propagated-inputs]:
Remove python-deprecated; add python-typing-extensions.

Change-Id: I0eda45ecdb99e98d7841482fb77c390014a53e2b
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +1 -1
@@ 3537,7 3537,7 @@ JWE, JWK, JWA, and JWT.")
           python-setuptools))
    (propagated-inputs
     (list python-cryptography
           python-deprecated))
           python-typing-extensions))
    (home-page "https://github.com/latchset/jwcrypto")
    (synopsis "Implementation of JOSE Web standards")
    (description