diff mbox series

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

Message ID 67c2d7aa92c00fc8c52a14e0da5baa4ff4e1d6ec.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-web.scm (python-urllib3):
[propagated-inputs]: Move to python-cryptography-next.
---
 gnu/packages/python-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8a73c929a1..e893f1bd5f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3310,7 +3310,7 @@  (define-public python-urllib3
     (propagated-inputs
      (list ;; These 5 inputs are used to build urrlib3[secure]
            python-certifi
-           python-cryptography
+           python-cryptography-next
            python-idna
            python-pyopenssl
            python-pysocks))