install-qa-check.d: Exclude dev-lang/pypy from checks

Pull-Request: https://github.com/gentoo/gentoo/pull/39042
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-10-20 17:36:01 +02:00
parent ab321a4c62
commit 3e92382017

View File

@@ -53,7 +53,7 @@ python_site_check() {
# check for packages installing outside site-packages
case ${CATEGORY}/${PN} in
dev-lang/python|dev-lang/python-freethreading|dev-python/pypy*|dev-python/python-tests)
dev-lang/pypy|dev-lang/python|dev-python/pypy*|dev-python/python-tests)
;;
*)
while IFS= read -d $'\0' -r f; do