gnu: python-m2crypto: Add swig as native-input.

* gnu/packages/python-crypto.scm (python-m2crypto)[native-inputs]: Add swig.
This commit is contained in:
Jelle Licht 2020-08-05 12:44:15 +02:00
parent 43708b60b7
commit 4764e83ce9
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -56,6 +56,7 @@ (define-module (gnu packages python-crypto)
#:use-module (gnu packages python-check)
#:use-module (gnu packages python-web)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages swig)
#:use-module (gnu packages time)
#:use-module (gnu packages tls)
#:use-module ((guix licenses) #:prefix license:)
@ -1014,6 +1015,7 @@ (define-public python-m2crypto
(base32 "09yirf3w77w6f49q6nxhrjm9c3a4y9s30s1k09chqrw8zdgx8sjc"))))
(build-system python-build-system)
(inputs `(("openssl" ,openssl)))
(native-inputs `(("swig" ,swig)))
(home-page "https://gitlab.com/m2crypto/m2crypto")
(synopsis "Python crypto and TLS toolkit")
(description "@code{M2Crypto} is a complete Python wrapper for OpenSSL