mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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>
This commit is contained in:
parent
db4daa4192
commit
604f911d2c
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue