[Bug 269735] devel/py-wheel@py38, devel/py-keyring@py38, devel/py-importlib-metadata@py38 circular dependency
Date: Wed, 22 Feb 2023 05:05:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269735 Charlie Li <vishwin@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=2693 | |63 CC| |vishwin@freebsd.org --- Comment #1 from Charlie Li <vishwin@freebsd.org> --- With SIGNATURE option: wheel depends on keyring keyring depends on importlib_metadata importlib_metadata (when under PEP-517) build depends on wheel The real issue, importlib_metadata (and wheel) needs to switch away from setuptools if it plays a role in PEP-517 bootstrapping, even on older Python (< 3.10) that upstream effectively doesn't support apart from security. setuptools itself relies on wheel to do anything with wheels at all. -- You are receiving this mail because: You are the assignee for the bug.