From 936bd61af3b74f082175eeafed2cdcd62ac52764 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 15 Sep 2022 09:51:47 +0000 Subject: python3-hatchling: upgrade 1.8.1 -> 1.9.0 (From OE-Core rev: 3056129c5e8c33096ddf2bca352e9a4eca8387fe) Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-hatchling_1.8.1.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-hatchling_1.8.1.bb (limited to 'meta/recipes-devtools/python/python3-hatchling_1.8.1.bb') 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 @@ -SUMMARY = "The extensible, standards compliant build backend used by Hatch" -HOMEPAGE = "https://hatch.pypa.io/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbe2fd33fc9297692812fc94b7d27fd9" - -inherit pypi python_hatchling - -DEPENDS += "python3-pluggy-native python3-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native" -DEPENDS:remove:class-native = "python3-hatchling-native" - -SRC_URI[sha256sum] = "448b04b23faed669b2b565b998ac955af4feea66c5deed3a1212ac9399d2e1cd" - -do_compile:prepend() { - export PYTHONPATH=src -} - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf