apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit b0be80f4760da0598b0d64c4d42312806ec8a969 Author: Maxim Cournoyer <[email protected]> AuthorDate: Wed Jan 27 18:05:56 2021 -0500 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(-) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index bd411f5..1204066 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"
