This is installed by dev-lang/python and dev-python/pypy*. Historically, we didn't need to exempt them since the check was in distutils-r1 and these ebuilds did not use it.
Signed-off-by: Michał Górny <mgo...@gentoo.org> --- metadata/install-qa-check.d/60python-site | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata/install-qa-check.d/60python-site b/metadata/install-qa-check.d/60python-site index cb31c7f98e08..afef445ad715 100644 --- a/metadata/install-qa-check.d/60python-site +++ b/metadata/install-qa-check.d/60python-site @@ -88,7 +88,8 @@ python_site_check() { -name '*.pth' -o \ -name '*.py' -o \ -name '*.pyi' -o \ - -name "*$(get_modname)" \ + -name "*$(get_modname)" -o \ + -name 'README.txt' \ ')' -print0 ) # check for forbidden packages -- 2.43.0