https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/unasync-0.5.0 setuptools warnings detected. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html Please look for 'QA Notice: setuptools warnings detected' https://archives.gentoo.org/gentoo-dev/message/81e472e95b181da6e017a85acf329981.
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?