Update patch to python2-pbkdf2 (python2 support).

--
Daniel Pimentel (aka d4n1)
From 0535122c2fe6e59b1ee9639224dae9a7ee8291c8 Mon Sep 17 00:00:00 2001
From: Daniel Pimentel <d...@d4n1.org>
Date: Tue, 14 Jun 2016 16:53:45 -0300
Subject: [PATCH 6/6] gnu: Update python2-pbkdf2

---
 gnu/packages/python.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 33bc932..775b760 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9054,7 +9054,8 @@ new (proposed) 2.0 spec, which includes batch submission, keyword arguments,
     (inputs
      `(("python2-setuptools" ,python2-setuptools)))
     (arguments
-     `(#:tests? #f)) ; test empty to build
+     `(#:tests? #f
+                #:python ,python-2))
     (home-page "https://www.dlitz.net/software/python-pbkdf2/";)
     (synopsis "A module that implements the password-based key derivation function PBKDF2")
     (description
-- 
2.7.4

Reply via email to