summaryrefslogtreecommitdiffstats
path: root/meta/classes/python_hatchling.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-07-13 17:28:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-14 23:22:10 +0100
commit0144cb5ae006e70036c7daee3b133ca2276c23db (patch)
tree164985d0e357320d8c0c797348e1beb225b3a0c8 /meta/classes/python_hatchling.bbclass
parentc4b75fe913553bfa0c923e2cfea107d788c31b2b (diff)
downloadpoky-0144cb5ae006e70036c7daee3b133ca2276c23db.tar.gz
classes: remove obsolete PEP517_BUILD_API
This variable is no longer used, so remove it from the python_* classes. (From OE-Core rev: 49b6c5a656eecbc51489823e37bc07918173e8d2) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/python_hatchling.bbclass')
-rw-r--r--meta/classes/python_hatchling.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/python_hatchling.bbclass b/meta/classes/python_hatchling.bbclass
index b3cbe23601..984eb6bb5d 100644
--- a/meta/classes/python_hatchling.bbclass
+++ b/meta/classes/python_hatchling.bbclass
@@ -1,5 +1,3 @@
1inherit python_pep517 python3native python3-dir setuptools3-base 1inherit python_pep517 python3native python3-dir setuptools3-base
2 2
3DEPENDS += "python3-hatchling-native" 3DEPENDS += "python3-hatchling-native"
4
5PEP517_BUILD_API = "hatchling.build"