aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/classes
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-07-01 12:35:57 +0100
committerKhem Raj <raj.khem@gmail.com>2022-07-02 11:37:03 -0400
commitb21eb2b93ffcc427e7acea4d70a1be6ad5da8af7 (patch)
treeb4e55c3cbd9d9a95246160824e4616c9a8b171ab /meta-python/classes
parentf00c8b1ea27d9911b125313c55209e2cbccbab2d (diff)
downloadmeta-openembedded-contrib-b21eb2b93ffcc427e7acea4d70a1be6ad5da8af7.tar.gz
python3-hatchling: remove (now in oe-core)
As of 846e80 this is now in oe-core. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/classes')
-rw-r--r--meta-python/classes/python_hatchling.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-python/classes/python_hatchling.bbclass b/meta-python/classes/python_hatchling.bbclass
deleted file mode 100644
index b3cbe23601..0000000000
--- a/meta-python/classes/python_hatchling.bbclass
+++ /dev/null
@@ -1,5 +0,0 @@
-inherit python_pep517 python3native python3-dir setuptools3-base
-
-DEPENDS += "python3-hatchling-native"
-
-PEP517_BUILD_API = "hatchling.build"