summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-02-02 08:09:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-14 13:53:35 +0000
commitc60748947c58f23032dd809c1343765ce06f2383 (patch)
treecb105b9ab30dc79fee0019c0b9d1608eeb5b4a7c /meta/recipes-devtools/python
parent43161365c54b82f5688567642fae26c9af436ed1 (diff)
downloadpoky-c60748947c58f23032dd809c1343765ce06f2383.tar.gz
python3-hatchling: upgrade 1.21.0 -> 1.21.1
Changelog: Fix loading of local plugins to account for newly released versions of a dependency (From OE-Core rev: f372bcf6d530bb0627fe2ed49e52e7ae279bf77f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.21.1.bb (renamed from meta/recipes-devtools/python/python3-hatchling_1.21.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.21.1.bb
index 494e609319..09d936aa7d 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.21.0.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.21.1.bb
@@ -8,7 +8,7 @@ inherit pypi python_hatchling
8DEPENDS += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native" 8DEPENDS += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native"
9DEPENDS:remove:class-native = "python3-hatchling-native" 9DEPENDS:remove:class-native = "python3-hatchling-native"
10 10
11SRC_URI[sha256sum] = "5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c" 11SRC_URI[sha256sum] = "bba440453a224e7d4478457fa2e8d8c3633765bafa02975a6b53b9bf917980bc"
12 12
13do_compile:prepend() { 13do_compile:prepend() {
14 export PYTHONPATH=src 14 export PYTHONPATH=src