Summary: | dev-python/ansible-runner-1.4.7-r1 use DISTUTILS_USE_SETUPTOOLS=bdepend since entry_points no longer uses setuptools at runtime | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Zac Medico <zmedico> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 812431 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 738604 [details]
build.log
build log and emerge --info
Is DISTUTILS_USE_SETUPTOOLS=rdepend not correct given the entry_points here? https://github.com/ansible/ansible-runner/blob/1.4.7/setup.py#L28 Perhaps there's a bug in the qa check logic here? https://gitweb.gentoo.org/repo/gentoo.git/tree/metadata/install-qa-check.d/60distutils-use-setuptools?id=b9c4e4272bace02805880b798f8ae8637737c840 entry_points no longer use setuptools at runtime. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e313cfb7b7522cc498b30e3875b6aff564d90b1 commit 4e313cfb7b7522cc498b30e3875b6aff564d90b1 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2021-09-12 04:35:25 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2021-09-12 04:35:44 +0000 dev-python/ansible-runner: DISTUTILS_USE_SETUPTOOLS=bdepend Closes: https://bugs.gentoo.org/812290 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> dev-python/ansible-runner/ansible-runner-1.4.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thanks! |