diff mbox series

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

Message ID cb503b7b5f9030b419d466d80a92b049188717a8.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-secretstorage):
[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 8f8eb23954..2e82343b7b 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1488,7 +1488,7 @@  (define-public python-secretstorage
     (arguments
      '(#:tests? #f)) ; Tests require a running dbus service.
     (propagated-inputs
-     (list python-cryptography python-jeepney))
+     (list python-cryptography-next python-jeepney))
     (home-page "https://github.com/mitya57/secretstorage")
     (synopsis "Python bindings to FreeDesktop.org Secret Service API")
     (description