summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-20 17:36:01 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-21 17:12:12 +0200
commit3e92382017cefa2d1d2a08620a57f9d2f1afae81 (patch)
tree9a4a6f4584ef23ac21e00e4d1d3dd2c3316d397c /metadata
parentdev-python/pypy3: Add a metapackage to pull dev-lang/pypy:3.10 (diff)
downloadgentoo-3e92382017cefa2d1d2a08620a57f9d2f1afae81.tar.gz
gentoo-3e92382017cefa2d1d2a08620a57f9d2f1afae81.tar.bz2
gentoo-3e92382017cefa2d1d2a08620a57f9d2f1afae81.zip
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>
Diffstat (limited to 'metadata')
-rw-r--r--metadata/install-qa-check.d/60python-site2
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/install-qa-check.d/60python-site b/metadata/install-qa-check.d/60python-site
index 1a4ee0ca9f4e..cd58fa3a5937 100644
--- a/metadata/install-qa-check.d/60python-site
+++ b/metadata/install-qa-check.d/60python-site
@@ -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