From 792935c8da70ff7b4d033726d78f106de8f08d4c Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 27 Jan 2021 18:05:56 -0500 Subject: gnu: assword: Do not alter PYTHONPATH. * gnu/packages/password-utils.scm (assword): Do not alter PYTHONPATH. --- gnu/packages/password-utils.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gnu/packages/password-utils.scm') diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index bd411f59d0..1204066499 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -442,10 +442,6 @@ random passwords that pass the checks.") #t))) (add-after 'install 'manpage (lambda* (#:key outputs #:allow-other-keys) - ;; Without this substitution, it fails with - ;; ImportError: No module named 'gpg' - (substitute* "Makefile" - (("PYTHONPATH=.") "")) (invoke "make" "assword.1") (install-file "assword.1" -- cgit v1.2.3