mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user