From 7bc1543f231993e6e04c2a79e6840663f14c0def Mon Sep 17 00:00:00 2001 From: Eric Dvorsak Date: Sat, 25 Jul 2015 21:31:05 +0200 Subject: [PATCH 1/8] gnu: Add python2-pycrypto. * gnu/packages/python.scm (python2-pycrypto): New variable. --- gnu/packages/python.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7709fbd..b70d937 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2015 Pierre-Antoine Rault ;;; Copyright © 2015 Ricardo Wurmus ;;; Copyright © 2015 Christopher Allan Webber +;;; Copyright © 2015 Eric Dvorsak ;;; ;;; This file is part of GNU Guix. ;;; @@ -538,6 +539,9 @@ and RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal, etc.). The package is structured to make adding new modules easy.") (license public-domain))) +(define-public python2-pycrypto + (package-with-python2 python-pycrypto)) + (define-public python-keyring (package (name "python-keyring") -- 2.4.3