guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-m2crypto: Add swig as native-input.


From: guix-commits
Subject: branch master updated: gnu: python-m2crypto: Add swig as native-input.
Date: Wed, 05 Aug 2020 09:11:48 -0400

This is an automated email from the git hooks/post-receive script.

jlicht pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4764e83  gnu: python-m2crypto: Add swig as native-input.
4764e83 is described below

commit 4764e83ce9b7c73e66325226a4690ec6c1fc487c
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Wed Aug 5 12:44:15 2020 +0200

    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(+)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index ecf82f2..f3f104d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]