summaryrefslogtreecommitdiffstats
path: root/scripts/lib
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2023-12-16 21:41:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-17 19:07:21 +0000
commit9707dc5549b67fa4ab9e10a52e6eb0ce2f8f50c9 (patch)
tree1a7f722e129f91acc45a913df0c824d5784dedb1 /scripts/lib
parentca5427280d91444a7b986866a05894719967f0b0 (diff)
downloadpoky-9707dc5549b67fa4ab9e10a52e6eb0ce2f8f50c9.tar.gz
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>
Diffstat (limited to 'scripts/lib')
-rw-r--r--scripts/lib/recipetool/create_buildsys_python.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/recipetool/create_buildsys_python.py b/scripts/lib/recipetool/create_buildsys_python.py
index a2af41fdda..60c5903450 100644
--- a/scripts/lib/recipetool/create_buildsys_python.py
+++ b/scripts/lib/recipetool/create_buildsys_python.py
@@ -735,6 +735,7 @@ class PythonPyprojectTomlRecipeHandler(PythonRecipeHandler):
735 "poetry.core.masonry.api": "python_poetry_core", 735 "poetry.core.masonry.api": "python_poetry_core",
736 "flit_core.buildapi": "python_flit_core", 736 "flit_core.buildapi": "python_flit_core",
737 "hatchling.build": "python_hatchling", 737 "hatchling.build": "python_hatchling",
738 "maturin": "python_maturin",
738 } 739 }
739 740
740 # setuptools.build_meta and flit declare project metadata into the "project" section of pyproject.toml 741 # setuptools.build_meta and flit declare project metadata into the "project" section of pyproject.toml