[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62897] [PATCH] gnu: python-txtorcon
From: |
Brendan Tildesley |
Subject: |
[bug#62897] [PATCH] gnu: python-txtorcon |
Date: |
Mon, 17 Apr 2023 19:42:22 +1000 |
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 --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
- [bug#62897] [PATCH] gnu: python-txtorcon,
Brendan Tildesley <=