From 188ba4b27ed1b0581cda6187e2389ee4db5b9471 Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Fri, 17 Jun 2016 21:44:56 -0300 Subject: [PATCH 8/8] add python2-pbkdf2 * gnu/packages/python.py: update uri, indentation and resume synopsis. --- gnu/packages/python.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0959ecb..2990efc 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9254,13 +9254,13 @@ new (proposed) 2.0 spec, which includes batch submission, keyword arguments, (base32 "0yb99rl2mbsaamj571s1mf6vgniqh23v98k4632150hjkwv9fqxc")))) (build-system python-build-system) - (inputs + (native-inputs `(("python2-setuptools" ,python2-setuptools))) (arguments `(#:tests? #f - #:python ,python-2)) + #:python ,python-2)) (home-page "https://www.dlitz.net/software/python-pbkdf2/") - (synopsis "A module that implements the password-based key derivation function PBKDF2") + (synopsis "A module that implements function PBKDF2") (description "This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0.") -- 2.7.4