Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 751670 - media-tv/tvnamer-2.5 uses an incorrect DISTUTILS_USE_SETUPTOOLS value for <=python-3.7
Summary: media-tv/tvnamer-2.5 uses an incorrect DISTUTILS_USE_SETUPTOOLS value for <=p...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Whyman (thev00d00) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: DISTUTILS_USE_SETUPTOOLS
  Show dependency tree
 
Reported: 2020-10-29 07:45 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-29 07:45:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-tv/tvnamer-2.5 uses a probably incorrect DISTUTILS_USE_SETUPTOOLS value.
Discovered on: amd64 (internal ref: tinderbox)

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-29 07:45:53 UTC
Possible context of error(s):

 * DISTUTILS_USE_SETUPTOOLS value is probably incorrect
 *   have:     DISTUTILS_USE_SETUPTOOLS=bdepend (or unset)
 *   expected: DISTUTILS_USE_SETUPTOOLS=rdepend
Comment 2 SpanKY gentoo-dev 2021-03-03 06:25:55 UTC
thanks for the report.  however, i don't think we'll bother fixing it.

setuptools is only needed at runtime for python3.7.  for python3.8+, the warning is bogus.  so we'll just leave the deps slightly incorrect for 3.7 and wait for that to be removed from the tree.  the chances of setuptools not being pulled in by other things is pretty low.