Summary: | dev-util/scons-4.2.0-r1 setuptools warnings detected | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Michał Górny <mgorny> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | gem |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log.xz |
Description
Agostino Sarubbo
![]() Created attachment 718791 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
To be explicit: ``` * QA Notice: setuptools warnings detected: * * Usage of dash-separated 'dist-dir' will not be supported in future versions. Please use the underscore name 'dist_dir' instead * Usage of dash-separated 'project-urls' will not be supported in future versions. Please use the underscore name 'project_urls' instead ``` Fixed in https://github.com/SCons/scons/commit/01dea5f5bcd6178ba53aba668ab94f6bef5cb969 (not yet in a tagged release). ci has reproduced this issue with version 4.2.0-r1 - Updating summary. |