metadata/install-qa-check.d: update 60python-pyc to refer to Python guide

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-03-04 01:20:34 +00:00
parent 6cac5c8640
commit 469e6c155e

View File

@@ -1,4 +1,4 @@
# Copyright 2019-2021 Gentoo Authors
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# QA check: ensure that Python modules are compiled after installing
@@ -75,7 +75,7 @@ if [[ ${EAPI} == [6-7] ]]; then
eqawarn "Please either fix the upstream build system to byte-compile Python modules"
eqawarn "correctly, or call python_optimize after installing them. For more"
eqawarn "information, see:"
eqawarn "https://wiki.gentoo.org/wiki/Project:Python/Byte_compiling"
eqawarn "https://projects.gentoo.org/python/guide/helper.html#byte-compiling-python-modules"
eqawarn
fi
}