tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: py-build dependency circular dependency
On Tue, Jul 26, 2022 at 01:33:26AM +0200, Leonardo Taccari wrote:
> Hello folks,
> When updating py-typing-extensions to latest version I had missed a new
> circular dependency in Python 3.7 introduced probably both by switch to
> wheel.mk and py-flit_core tool dependency, i.e.:
>
> py-build -> py-importlib-metadata -> py-typing-extensions -> py-build
>
>
> Any idea how to possibly address that?
> Thank you!
Remove python37? (only half-joking)
Manually fake a setup.py for one of the packages in the chain and use
setuptools there?
Thomas
Home |
Main Index |
Thread Index |
Old Index