summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb')
-rw-r--r--poky/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/poky/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb b/poky/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb
deleted file mode 100644
index 0ad545f448..0000000000
--- a/poky/meta/recipes-devtools/python/python3-hatchling_1.24.2.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-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native"
-DEPENDS:remove:class-native = "python3-hatchling-native"
-
-SRC_URI[sha256sum] = "41ddc27cdb25db9ef7b68bef075f829c84cb349aa1bff8240797d012510547b0"
-
-do_compile:prepend() {
- export PYTHONPATH=src
-}
-
-BBCLASSEXTEND = "native nativesdk"