Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 812290

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 packagesAssignee: 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 gentoo-dev 2021-09-09 15:35:26 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/ansible-runner-1.4.7-r1 uses a probably incorrect DISTUTILS_USE_SETUPTOOLS value.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2021-09-09 15:35:28 UTC
Created attachment 738604 [details]
build.log

build log and emerge --info
Comment 2 Zac Medico gentoo-dev 2021-09-11 06:05:15 UTC
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
Comment 3 Agostino Sarubbo gentoo-dev 2021-09-11 06:41:13 UTC
entry_points no longer use setuptools at runtime.
Comment 4 Larry the Git Cow gentoo-dev 2021-09-12 04:36:24 UTC
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(-)
Comment 5 Zac Medico gentoo-dev 2021-09-12 04:37:39 UTC
Thanks!