summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Tildesley <mail@brendan.scot>2023-04-19 14:05:39 +1000
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-04-21 10:50:53 +0200
commit604f911d2c12ae6f96e322e0cb0e8f7c9cea857e (patch)
tree9ee1b5ca3f51efc4a4bdde87872e6895656bd005
parentdb4daa419235ba6cbc92e694fc6162053687523f (diff)
downloadguix-604f911d2c12ae6f96e322e0cb0e8f7c9cea857e.tar.gz
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 <mail@nicolasgoaziou.fr>
-rw-r--r--gnu/packages/python-crypto.scm1
1 files changed, 1 insertions, 0 deletions
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 @@ Password-Authenticated Key Exchange algorithm.")
      (list python-automat
            python-idna
            python-incremental
+           python-pyopenssl
            python-service-identity
            python-twisted
            python-zope-interface))