diff mbox series

[bug#62897,v2] gnu: python-txtorcon: Fix build.

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

Commit Message

Brendan Tildesley April 19, 2023, 4:05 a.m. UTC
gnu/packages/python-crypto.scm (python-txtorcon): Fix build failure due
to missing dependency.
---
Of course I messed up the commit message...

 gnu/packages/python-crypto.scm | 1 +
 1 file changed, 1 insertion(+)

Comments

Nicolas Goaziou April 21, 2023, 9:05 a.m. UTC | #1
Hello,

Brendan Tildesley <mail@brendan.scot> writes:

> gnu/packages/python-crypto.scm (python-txtorcon): Fix build failure due
> to missing dependency.
> ---
> Of course I messed up the commit message...

I tweaked again the commit message (mentionning python-pyopenssl
addition) and applied your patch. Thank you.

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