guix-patches
[Top][All Lists]
Advanced

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

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


From: Brendan Tildesley
Subject: [bug#62897] [PATCH v2] gnu: python-txtorcon: Fix build.
Date: Wed, 19 Apr 2023 14:05:39 +1000

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

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






reply via email to

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