From 777859c3f5fd4bc9802f7677b19960323abe4901 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 5 Jan 2024 18:53:08 +0100 Subject: install-qa-check.d/60python-site: allow site-packages/README.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- metadata/install-qa-check.d/60python-site | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'metadata/install-qa-check.d') diff --git a/metadata/install-qa-check.d/60python-site b/metadata/install-qa-check.d/60python-site index 00962b0448b0..b130b6768dad 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 -- cgit v1.2.3-65-gdbad