DISTUTILS_USE_SETUPTOOLS value is probably incorrect have: DISTUTILS_USE_SETUPTOOLS=no expected: DISTUTILS_USE_SETUPTOOLS=rdepend
Created attachment 663130 [details] build.log
Created attachment 663133 [details] info.txt emerge --info dev-python/setuptools
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe13784be44e5167f67315bf280690004aae885e commit fe13784be44e5167f67315bf280690004aae885e Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2020-09-29 14:36:11 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2020-09-29 14:36:11 +0000 dev-python/setuptools: set DISTUTILS_USE_SETUPTOOLS=manual The install QA check correctly detects that setuptools depends on itself at runtime, but we don't want to add a self-referential dependency to RDEPEND. Closes: https://bugs.gentoo.org/745417 Signed-off-by: Mike Gilbert <floppym@gentoo.org> dev-python/setuptools/setuptools-46.4.0-r3.ebuild | 3 ++- dev-python/setuptools/setuptools-50.3.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)