summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-hatchling_1.8.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-15 09:51:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-17 07:47:07 +0100
commit936bd61af3b74f082175eeafed2cdcd62ac52764 (patch)
tree1095e27f1e0ec4b2916928274c2c19312e933334 /meta/recipes-devtools/python/python3-hatchling_1.8.1.bb
parent1ed0d48cfe3b845d026e97791e985fc3d0e91515 (diff)
downloadpoky-936bd61af3b74f082175eeafed2cdcd62ac52764.tar.gz
python3-hatchling: upgrade 1.8.1 -> 1.9.0
(From OE-Core rev: 3056129c5e8c33096ddf2bca352e9a4eca8387fe) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-hatchling_1.8.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-hatchling_1.8.1.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-devtools/python/python3-hatchling_1.8.1.bb b/meta/recipes-devtools/python/python3-hatchling_1.8.1.bb
deleted file mode 100644
index bfdb664715..0000000000
--- a/meta/recipes-devtools/python/python3-hatchling_1.8.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1SUMMARY = "The extensible, standards compliant build backend used by Hatch"
2HOMEPAGE = "https://hatch.pypa.io/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbe2fd33fc9297692812fc94b7d27fd9"
5
6inherit pypi python_hatchling
7
8DEPENDS += "python3-pluggy-native python3-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native"
9DEPENDS:remove:class-native = "python3-hatchling-native"
10
11SRC_URI[sha256sum] = "448b04b23faed669b2b565b998ac955af4feea66c5deed3a1212ac9399d2e1cd"
12
13do_compile:prepend() {
14 export PYTHONPATH=src
15}
16
17BBCLASSEXTEND = "native nativesdk"