Summary: | dev-python/unasync-0.5.0 setuptools warnings detected | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Alfred Wingate <parona> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 743352 [details]
build.log
build log and emerge --info
=============================== warnings summary =============================== ../../../../../../../usr/lib/python3.9/site-packages/setuptools/lib2to3_ex.py:10 /usr/lib/python3.9/site-packages/setuptools/lib2to3_ex.py:10: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ from lib2to3.refactor import RefactoringTool, get_fixers_from_package It would seem to me that this warning is erroneous as the warning originates setuptools-57.5.0 itself. setuptools-58.2.0 doesn't include this warning as it doesn't have support for lib2to3. Would it be worthwhile to filter this or should it be ignored? |