Re: [PATCH] python: fix editable installs for modern pip/setuptools

2025-07-16 Thread Markus Armbruster
Queued for 10.1. Thanks!

Re: [PATCH] python: fix editable installs for modern pip/setuptools

2025-07-16 Thread Markus Armbruster
John Snow writes: > The way editable installs work has changed at some point since Fedora 40 > was released. Generally, we should be opting to use pyproject.toml > installs (PEP517/518) - but those are not fully supported until v61 of > setuptools, and CentOS Stream 9 ships v53. > > Until that ti

Re: [PATCH] python: fix editable installs for modern pip/setuptools

2025-07-15 Thread John Snow
On Tue, Jul 15, 2025, 6:27 PM John Snow wrote: > The way editable installs work has changed at some point since Fedora 40 > was released. Generally, we should be opting to use pyproject.toml > installs (PEP517/518) - but those are not fully supported until v61 of > setuptools, and CentOS Stream 9

[PATCH] python: fix editable installs for modern pip/setuptools

2025-07-15 Thread John Snow
The way editable installs work has changed at some point since Fedora 40 was released. Generally, we should be opting to use pyproject.toml installs (PEP517/518) - but those are not fully supported until v61 of setuptools, and CentOS Stream 9 ships v53. Until that time, we can make use of a transi