mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
recipetool: add python_maturin support
Add the new python_maturin PEP-517 backend Add selftest for 'pydantic-core' pypi package. (From OE-Core rev: 69b679380616a94a631681caa05d9bf7610f9372) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ca5427280d
commit
9707dc5549
@@ -735,6 +735,7 @@ class PythonPyprojectTomlRecipeHandler(PythonRecipeHandler):
|
||||
"poetry.core.masonry.api": "python_poetry_core",
|
||||
"flit_core.buildapi": "python_flit_core",
|
||||
"hatchling.build": "python_hatchling",
|
||||
"maturin": "python_maturin",
|
||||
}
|
||||
|
||||
# setuptools.build_meta and flit declare project metadata into the "project" section of pyproject.toml
|
||||
|
||||
Reference in New Issue
Block a user