guix-patches
[Top][All Lists]
Advanced

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

[bug#62389] [PATCH 06/12] gnu: python-josepy: Move to python-cryptograph


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

* 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 --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
-- 
2.39.1



-- 
Best regards,
conses





reply via email to

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