diff options
| author | Ross Burton <ross.burton@arm.com> | 2022-07-13 17:28:20 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-14 23:22:10 +0100 |
| commit | d20b52121f2fe4273a39b5accbe794e434322f5f (patch) | |
| tree | 49093614bf6fd572fc0cc9083a8adf2d11494f8d /meta/recipes-devtools/python | |
| parent | 0144cb5ae006e70036c7daee3b133ca2276c23db (diff) | |
| download | poky-d20b52121f2fe4273a39b5accbe794e434322f5f.tar.gz | |
python3-hatchling: remove PEP517_BUILD_API
Now that we're using picobuild, hatchling can bootstrap itself.
(From OE-Core rev: 995d65b2f87a3a4dff3771f049d67ac3fa0397cd)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-hatchling_1.5.0.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-hatchling_1.5.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.5.0.bb index e453dbdcf7..61b3e87b92 100644 --- a/meta/recipes-devtools/python/python3-hatchling_1.5.0.bb +++ b/meta/recipes-devtools/python/python3-hatchling_1.5.0.bb | |||
| @@ -10,10 +10,6 @@ DEPENDS:remove:class-native = "python3-hatchling-native" | |||
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "9ca409a41140cc662164680b78adcd3ba77b23a945984bd9970d11fe38e86a38" | 11 | SRC_URI[sha256sum] = "9ca409a41140cc662164680b78adcd3ba77b23a945984bd9970d11fe38e86a38" |
| 12 | 12 | ||
| 13 | # Until we have a proper tool to invoke PEP517 builds, hatchling can't | ||
| 14 | # bootstrap itself automatically. | ||
| 15 | PEP517_BUILD_API = "hatchling.ouroboros" | ||
| 16 | |||
| 17 | do_compile:prepend() { | 13 | do_compile:prepend() { |
| 18 | export PYTHONPATH=src | 14 | export PYTHONPATH=src |
| 19 | } | 15 | } |
