Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 745417 - dev-python/setuptools-46.4.0-r3 - QA notice: DISTUTILS_USE_SETUPTOOLS value is probably incorrect
Summary: dev-python/setuptools-46.4.0-r3 - QA notice: DISTUTILS_USE_SETUPTOOLS value i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: DISTUTILS_USE_SETUPTOOLS
  Show dependency tree
 
Reported: 2020-09-29 14:22 UTC by Francesco Turco
Modified: 2021-09-10 10:07 UTC (History)
0 users

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


Attachments
build.log (build.log,59.34 KB, text/plain)
2020-09-29 14:23 UTC, Francesco Turco
Details
info.txt (info.txt,4.46 KB, text/plain)
2020-09-29 14:23 UTC, Francesco Turco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco Turco 2020-09-29 14:22:39 UTC
DISTUTILS_USE_SETUPTOOLS value is probably incorrect
  have:     DISTUTILS_USE_SETUPTOOLS=no
  expected: DISTUTILS_USE_SETUPTOOLS=rdepend
Comment 1 Francesco Turco 2020-09-29 14:23:03 UTC
Created attachment 663130 [details]
build.log
Comment 2 Francesco Turco 2020-09-29 14:23:26 UTC
Created attachment 663133 [details]
info.txt

emerge --info dev-python/setuptools
Comment 3 Larry the Git Cow gentoo-dev 2020-09-29 14:36:39 UTC
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(-)