summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-10-10 16:47:32 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-26 12:28:38 +0100
commite5e895670bff76b3eff2977f420e7bdbf13515e7 (patch)
treec0e6d97092a2374636dc866850ea49a1b4dfcaef
parent08d4318e2a28a13301cd7dea5a2581413d46cc9e (diff)
downloadpoky-e5e895670bff76b3eff2977f420e7bdbf13515e7.tar.gz
python3-hatchling: upgrade 1.10.0 -> 1.11.0
(From OE-Core rev: 3ba4735f0aa5ef1535b76f4e87deb7088c86b901) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-hatchling_1.11.0.bb (renamed from meta/recipes-devtools/python/python3-hatchling_1.10.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hatchling_1.10.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.11.0.bb
index a0d41d4b0d..00c4c598b5 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.10.0.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.11.0.bb
@@ -8,7 +8,7 @@ inherit pypi python_hatchling
8DEPENDS += "python3-pluggy-native python3-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native" 8DEPENDS += "python3-pluggy-native python3-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native"
9DEPENDS:remove:class-native = "python3-hatchling-native" 9DEPENDS:remove:class-native = "python3-hatchling-native"
10 10
11SRC_URI[sha256sum] = "5d31f43dffaf6265c808e1b5353662ffa5146d844278b55caa6c7f74f427ec50" 11SRC_URI[sha256sum] = "a263a8c50817cd2dfcd4dd6d0d55a5ebcb078eeec9858cc3d056314b3438ec8f"
12 12
13do_compile:prepend() { 13do_compile:prepend() {
14 export PYTHONPATH=src 14 export PYTHONPATH=src