From 1c0059da41b4c0c0525ca75c5631f04495126814 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 30 Nov 2015 17:42:53 +0200 Subject: gnu: python2-pycrypto: Use python2. * gnu/packages/python.scm (python2-pycrypto)[inputs]: Force building with python2. --- gnu/packages/python.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 39d0751f6a..d69c722de3 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -826,7 +826,13 @@ etc.). The package is structured to make adding new modules easy.") (license public-domain))) (define-public python2-pycrypto - (package-with-python2 python-pycrypto)) + (let ((pycrypto (package-with-python2 python-pycrypto))) + (package (inherit pycrypto) + (inputs + `(("python" ,python-2) + ,@(alist-delete + "python" + (package-inputs pycrypto))))))) (define-public python-keyring (package -- cgit v1.2.3