Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 747754 - dev-python/python-keystoneclient-4.1.1 uses a probably incorrect DISTUTILS_USE_SETUPTOOLS value
Summary: dev-python/python-keystoneclient-4.1.1 uses a probably incorrect DISTUTILS_US...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: DISTUTILS_USE_SETUPTOOLS
  Show dependency tree
 
Reported: 2020-10-11 02:42 UTC by Agostino Sarubbo
Modified: 2021-09-10 10:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-10-11 02:42:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/python-keystoneclient-4.1.1 uses a probably incorrect DISTUTILS_USE_SETUPTOOLS value.
Discovered on: amd64 (internal ref: ci)

NOTE: If you want to change the summary, to avoid auto-filed duplicates, please at least keep the word 'DISTUTILS_USE_SETUPTOOLS'
Comment 1 Agostino Sarubbo gentoo-dev 2020-10-11 02:42:05 UTC
Possible context of error(s):

 * DISTUTILS_USE_SETUPTOOLS value is probably incorrect
 *   have:     DISTUTILS_USE_SETUPTOOLS=rdepend
 *   expected: DISTUTILS_USE_SETUPTOOLS=bdepend
Comment 2 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2020-10-11 02:51:22 UTC
it has entrypoints

[keystoneclient.auth.plugin]
admin_token = keystoneclient.auth.token_endpoint:Token
password = keystoneclient.auth.identity.generic:Password
token = keystoneclient.auth.identity.generic:Token
v2password = keystoneclient.auth.identity.v2:Password
v2token = keystoneclient.auth.identity.v2:Token
v3oidcpassword = keystoneclient.contrib.auth.v3.oidc:OidcPassword
v3password = keystoneclient.auth.identity.v3:Password
v3scopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2ScopedToken
v3token = keystoneclient.auth.identity.v3:Token
v3unscopedadfs = keystoneclient.contrib.auth.v3.saml2:ADFSUnscopedToken
v3unscopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2UnscopedToken

entrypoints
https://github.com/openstack/python-keystoneclient/blob/stable/victoria/setup.cfg
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-05-09 07:52:39 UTC
The logic now accepts bdepend and rdepend, and prefers bdepend, so the bugs are most likely obsolete and confusing.