diff mbox series

[bug#62897] gnu: python-txtorcon

Message ID 20230417094222.31537-1-mail@brendan.scot
State New
Headers show
Series [bug#62897] gnu: python-txtorcon | expand

Commit Message

Brendan Tildesley April 17, 2023, 9:42 a.m. UTC
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(+)
diff mbox series

Patch

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))