guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#62389] [PATCH 03/12] gnu: python-pyopenssl: Move to python-cryptogr


From: conses
Subject: [bug#62389] [PATCH 03/12] gnu: python-pyopenssl: Move to python-cryptography-next.
Date: Wed, 22 Mar 2023 18:31:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

* gnu/packages/python-crypto.scm (python-openssl):
[propagated-inputs]: Move to python-cryptography-next.
---
 gnu/packages/python-crypto.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index c9071c4cf6..6ce1a0a11c 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -740,7 +740,7 @@ (define-public python-pyopenssl
                          ;; https://github.com/pyca/pyopenssl/issues/974
                          "and not test_verify_with_time"))))))))
     (propagated-inputs
-     (list python-cryptography python-six))
+     (list python-cryptography-next python-six))
     (inputs
      (list openssl))
     (native-inputs
-- 
2.39.1



-- 
Best regards,
conses





reply via email to

[Prev in Thread] Current Thread [Next in Thread]