Re: [XEN PATCH v2 0/5] python: Use setuptools instead of the deprecated distutils

2023-09-18 Thread Javi Merino
On Tue, Sep 12, 2023 at 08:49:04AM +0100, Andrew Cooper wrote: > On 11/09/2023 5:50 pm, Javi Merino wrote: > > This series picks up Marek's v1 from > > https://lore.kernel.org/xen-devel/20230316171634.320626-1-marma...@invisiblethingslab.com/ > > Changes since v1: > > - Update all containers to h

Re: [XEN PATCH v2 0/5] python: Use setuptools instead of the deprecated distutils

2023-09-12 Thread Andrew Cooper
On 11/09/2023 5:50 pm, Javi Merino wrote: > This series picks up Marek's v1 from > https://lore.kernel.org/xen-devel/20230316171634.320626-1-marma...@invisiblethingslab.com/ > Changes since v1: > - Update all containers to have setuptools, as python 3.12 depecrates > distutils in favour of setup

[XEN PATCH v2 0/5] python: Use setuptools instead of the deprecated distutils

2023-09-11 Thread Javi Merino
This series picks up Marek's v1 from https://lore.kernel.org/xen-devel/20230316171634.320626-1-marma...@invisiblethingslab.com/ Changes since v1: - Update all containers to have setuptools, as python 3.12 depecrates distutils in favour of setuptools - Keep python2's support by falling back to