diff mbox series

[bug#62389,06/12] gnu: python-josepy: Move to python-cryptography-next.

Message ID d3162a48678c335a7fef20d6e121a6192432f0aa.1679505128.git.contact@conses.eu
State New
Headers show
Series gnu: synapse: Update to 1.67.0 | expand

Commit Message

Miguel Ángel Moreno March 22, 2023, 5:31 p.m. UTC
* gnu/packages/python-crypto.scm (python-josepy):
[propagated-inputs]: Move to python-cryptography-next.
---
 gnu/packages/python-crypto.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 6ce1a0a11c..8f8eb23954 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -976,7 +976,7 @@  (define-public python-josepy
      ;; TODO: some test dependencies are missing (see pyproject.toml).
      '(#:tests? #f))
     (propagated-inputs
-     (list python-cryptography python-pyopenssl))
+     (list python-cryptography-next python-pyopenssl))
     (home-page "https://github.com/certbot/josepy")
     (synopsis "JOSE protocol implementation in Python")
     (description "This package provides a Python implementation of the JOSE