Re: [XEN PATCH v2 1/5] automation: add python3's setuptools to containers

2023-09-18 Thread Javi Merino
On Tue, Sep 12, 2023 at 11:18:42AM +0100, Andrew Cooper wrote: > On 11/09/2023 5:51 pm, Javi Merino wrote: > > In preparation of dropping python distutils and moving to setuptools, > > add the python3 setuptools module to the containers that need it. > > > > The centos7 container was building using

Re: [XEN PATCH v2 1/5] automation: add python3's setuptools to containers

2023-09-18 Thread Javi Merino
On Mon, Sep 11, 2023 at 06:15:03PM -0700, Stefano Stabellini wrote: > On Mon, 11 Sep 2023, Javi Merino wrote: > > In preparation of dropping python distutils and moving to setuptools, > > add the python3 setuptools module to the containers that need it. > > > > The centos7 container was building u

Re: [XEN PATCH v2 1/5] automation: add python3's setuptools to containers

2023-09-12 Thread Andrew Cooper
On 11/09/2023 5:51 pm, Javi Merino wrote: > In preparation of dropping python distutils and moving to setuptools, > add the python3 setuptools module to the containers that need it. > > The centos7 container was building using python2. Change it to build > python scripts using python3. > > Debian

Re: [XEN PATCH v2 1/5] automation: add python3's setuptools to containers

2023-09-11 Thread Stefano Stabellini
On Mon, 11 Sep 2023, Javi Merino wrote: > In preparation of dropping python distutils and moving to setuptools, > add the python3 setuptools module to the containers that need it. > > The centos7 container was building using python2. Change it to build > python scripts using python3. > > Debian

[XEN PATCH v2 1/5] automation: add python3's setuptools to containers

2023-09-11 Thread Javi Merino
In preparation of dropping python distutils and moving to setuptools, add the python3 setuptools module to the containers that need it. The centos7 container was building using python2. Change it to build python scripts using python3. Debian Stretch is no longer debian oldstable, so move to the