Yocto next release will have PEP-517 packaging adopted

A recent pull to implement PEP-517 python packaging standard has been under development for some time and was also being debated if it should be included into upcoming release since
its an LTS release. Finally the decision was made to include it and it was merged last week. This will require quite a bit of python module recipes to adopt to new packaging, since the change
is not backward compatible, it will enforce the change across ecosystem.

See this pull

1 Like