]> code.ossystems Code Review - openembedded-core.git/commit
setuptools3.bbclass: refactor for wheels
authorTim Orling <ticotimo@gmail.com>
Tue, 22 Feb 2022 19:16:43 +0000 (11:16 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Feb 2022 15:06:46 +0000 (15:06 +0000)
commit8b39c0bc535814e04d01d50a4891cb31b6bf84bd
tree6c35a5dd43e8b5326831f44ab8fdd1651a028cc8
parent889c05e5b4ce9a36b4ac3ac869c1ef55c2f8b566
setuptools3.bbclass: refactor for wheels

Depend on python3-wheel-native so that we can build with 'setup.py
bdist_wheel'.

Use pip_install_wheel class to install the built wheels with pip, as
intended by upstream Python.

[YOCTO #14638]

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/setuptools3.bbclass