aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <tim.orling@konsulko.com>2022-02-25 13:22:56 -0800
committerTim Orling <tim.orling@konsulko.com>2022-02-27 12:57:47 -0800
commitd37c0a99d69acacabf8a0d100417ba1c5856efa5 (patch)
treefdeee6fa63ab56f603f38113d6b34b172cbc5575
parent5773af3558936fe649a119b0cf8188949429b605 (diff)
downloadmeta-openembedded-contrib-d37c0a99d69acacabf8a0d100417ba1c5856efa5.tar.gz
python3-backcall: inherit flit_core
Upstream provides a pyproject.toml which declares the flit_core.buildapi backend for PEP-517 packaging. Signed-off-by: Tim Orling <tim.orling@konsulko.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb b/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb
index 56b1485342..16cd58892c 100644
--- a/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb
@@ -9,4 +9,4 @@ PYPI_PACKAGE = "backcall"
SRC_URI[md5sum] = "1f4c9a370c78743406296f48e56e8821"
SRC_URI[sha256sum] = "5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"
-inherit setuptools3 pypi
+inherit flit_core pypi