Re: [OE-core] [PATCH 00/19] Python PEP-517: build wheels and installw with pip

2022-02-21 Thread Richard Purdie
On Mon, 2022-02-21 at 10:52 +, Oleksiy Obitotskyy via lists.openembedded.org wrote: > Hi, > > Seems that python changes cause build fail > https://swatbot.yoctoproject.org/collection/6991/ FWIW that was with the other patches in your branch too. I was curious to see how it looked but it isn'

Re: [OE-core] [PATCH 00/19] Python PEP-517: build wheels and installw with pip

2022-02-21 Thread Oleksiy Obitotskyy via lists.openembedded.org
@lists.openembedded.org Subject: [OE-core] [PATCH 00/19] Python PEP-517: build wheels and installw with pip Upstream Python is moving to pyproject.toml rather than setup.py and wheels rather than eggs. The main place this is documented is in PEP-517[1]. Installing packages with setup.py install is

Re: [OE-core] [PATCH 00/19] Python PEP-517: build wheels and installw with pip

2022-02-20 Thread Tim Orling
On Sun, Feb 20, 2022 at 5:27 PM Tim Orling via lists.openembedded.org wrote: > Upstream Python is moving to pyproject.toml rather than setup.py and > wheels rather than eggs. The main place this is documented is in > PEP-517[1]. Installing packages with setup.py install is deprecated. > > We have

[OE-core] [PATCH 00/19] Python PEP-517: build wheels and installw with pip

2022-02-20 Thread Tim Orling
Upstream Python is moving to pyproject.toml rather than setup.py and wheels rather than eggs. The main place this is documented is in PEP-517[1]. Installing packages with setup.py install is deprecated. We have a choice with the 'kirkstone' LTS release of introducing this series (and fixing any fa