]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
classes: remove obsolete PEP517_BUILD_API
authorRoss Burton <ross.burton@arm.com>
Wed, 13 Jul 2022 16:28:19 +0000 (17:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Jul 2022 22:20:56 +0000 (23:20 +0100)
This variable is no longer used, so remove it from the python_* classes.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/python_flit_core.bbclass
meta/classes/python_hatchling.bbclass
meta/classes/python_poetry_core.bbclass
meta/classes/python_setuptools_build_meta.bbclass

index a900f7b5579055795c8ddfbe649f383abfd89823..7109307de5bf62b1c433b7ec51d2263c7c562303 100644 (file)
@@ -2,8 +2,6 @@ inherit python_pep517 python3native python3-dir setuptools3-base
 
 DEPENDS += "python3 python3-flit-core-native"
 
-PEP517_BUILD_API = "flit_core.buildapi"
-
 python_flit_core_do_manual_build () {
     cd ${PEP517_SOURCE_PATH}
     nativepython3 -m flit_core.wheel --outdir ${PEP517_WHEEL_PATH} .
index b3cbe23601b7bf0290a403e94348207fee53e4a2..984eb6bb5db7bc55aa1a7ebf4487009c82c43e0b 100644 (file)
@@ -1,5 +1,3 @@
 inherit python_pep517 python3native python3-dir setuptools3-base
 
 DEPENDS += "python3-hatchling-native"
-
-PEP517_BUILD_API = "hatchling.build"
index 577663b8f17b91e1296805da717aec42c64d35f0..0aaf66b19446cb026aee8e95adbca441e1ce68b3 100644 (file)
@@ -1,5 +1,3 @@
 inherit python_pep517 python3native setuptools3-base
 
 DEPENDS += "python3-poetry-core-native"
-
-PEP517_BUILD_API = "poetry.core.masonry.api"
index b2bba35a0bc2d77e8849e1816099d0bcfefdb896..974054fe5ac05ca0efe39ba341d6ddd30ed02e53 100644 (file)
@@ -1,5 +1,3 @@
 inherit setuptools3-base python_pep517
 
 DEPENDS += "python3-setuptools-native python3-wheel-native"
-
-PEP517_BUILD_API = "setuptools.build_meta"