[PATCH] gnu: python-txtorcon
(address . guix-patches@gnu.org)
gnu/packages/python-crypto.scm (python-txtorcon): Fix build failure due
to missing dependency.
---
gnu/packages/python-crypto.scm | 1 +
1 file changed, 1 insertion(+)
Toggle diff (14 lines)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index f434c90c73..bf083497d0 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1317,6 +1317,7 @@ (define-public python-txtorcon
(list python-automat
python-idna
python-incremental
+ python-pyopenssl
python-service-identity
python-twisted
python-zope-interface))
--
2.37.3