From 604f911d2c12ae6f96e322e0cb0e8f7c9cea857e Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Wed, 19 Apr 2023 14:05:39 +1000 Subject: gnu: python-txtorcon: Fix build. gnu/packages/python-crypto.scm (python-txtorcon): Fix build failure. [propagated-inputs]: Add PYTHON-PYOPENSSL. Signed-off-by: Nicolas Goaziou --- gnu/packages/python-crypto.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/python-crypto.scm') 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)) -- cgit v1.2.3