Re: [PATCH] python: pin setuptools below v60.0.0

2022-01-21 Thread John Snow
On Fri, Jan 21, 2022 at 2:15 PM Cleber Rosa wrote: > > > John Snow writes: > > > setuptools is a package that replaces the python stdlib 'distutils'. It > > is generally installed by all venv-creating tools "by default". It isn't > > actually needed at runtime for the qemu package, so our own

Re: [PATCH] python: pin setuptools below v60.0.0

2022-01-21 Thread Cleber Rosa
John Snow writes: > setuptools is a package that replaces the python stdlib 'distutils'. It > is generally installed by all venv-creating tools "by default". It isn't > actually needed at runtime for the qemu package, so our own setup.cfg > does not mention it as a dependency. > > However, tox

Re: [PATCH] python: pin setuptools below v60.0.0

2022-01-21 Thread John Snow
On Fri, Jan 21, 2022 at 12:54 PM Beraldo Leal wrote: > > On Thu, Jan 20, 2022 at 07:52:21PM -0500, John Snow wrote: > > setuptools is a package that replaces the python stdlib 'distutils'. It > > is generally installed by all venv-creating tools "by default". It isn't > > actually needed at

Re: [PATCH] python: pin setuptools below v60.0.0

2022-01-21 Thread Beraldo Leal
On Thu, Jan 20, 2022 at 07:52:21PM -0500, John Snow wrote: > setuptools is a package that replaces the python stdlib 'distutils'. It > is generally installed by all venv-creating tools "by default". It isn't > actually needed at runtime for the qemu package, so our own setup.cfg > does not mention

[PATCH] python: pin setuptools below v60.0.0

2022-01-20 Thread John Snow
setuptools is a package that replaces the python stdlib 'distutils'. It is generally installed by all venv-creating tools "by default". It isn't actually needed at runtime for the qemu package, so our own setup.cfg does not mention it as a dependency. However, tox will create virtual environments