From 4764e83ce9b7c73e66325226a4690ec6c1fc487c Mon Sep 17 00:00:00 2001 From: Jelle Licht Date: Wed, 5 Aug 2020 12:44:15 +0200 Subject: gnu: python-m2crypto: Add swig as native-input. * gnu/packages/python-crypto.scm (python-m2crypto)[native-inputs]: Add swig. --- gnu/packages/python-crypto.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index ecf82f2078..f3f104df8d 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -56,6 +56,7 @@ #: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 @@ in userspace) (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 -- cgit v1.2.3