summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index a6eb5e649ef..4a9b0a8128d 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1148,7 +1148,7 @@ provides drop-in compatibility with PyCrypto.")))
1148 ;; certificates. 1148 ;; certificates.
1149 #:tests? #f)) 1149 #:tests? #f))
1150 (inputs (list openssl)) 1150 (inputs (list openssl))
1151 (native-inputs (list swig python-setuptools python-wheel)) 1151 (native-inputs (list swig-4.0 python-setuptools python-wheel))
1152 (home-page "https://gitlab.com/m2crypto/m2crypto") 1152 (home-page "https://gitlab.com/m2crypto/m2crypto")
1153 (synopsis "Python crypto and TLS toolkit") 1153 (synopsis "Python crypto and TLS toolkit")
1154 (description "@code{M2Crypto} is a complete Python wrapper for OpenSSL 1154 (description "@code{M2Crypto} is a complete Python wrapper for OpenSSL