]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
recipetool: add python_hatchling support lucaceresoli/master-next
authorTim Orling <ticotimo@gmail.com>
Fri, 27 Oct 2023 16:12:12 +0000 (09:12 -0700)
committerLuca Ceresoli <luca.ceresoli@bootlin.com>
Fri, 27 Oct 2023 17:09:14 +0000 (19:09 +0200)
commit1f40c5ad1903d1609c0f7f922506eadbeb238430
treed8451443e600eedbac85d4f063b1bf6ec2ee6bf2
parent0d3b0cb4f0226290887d6620a9144fe1fdf617a0
recipetool: add python_hatchling support

One of the newer PEP-517 backends to be added was python_hatchling.bbclass
but it was not included in the recent improvements.

Add selftest for 'jsonschema' pypi package.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
meta/lib/oeqa/selftest/cases/recipetool.py
scripts/lib/recipetool/create_buildsys_python.py