From 25d6bf8079797906bde7c0cf63a0466c981ba5bb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 18 Mar 2022 14:30:33 +0000 Subject: classes/setuptools_build_meta: rename to python_setuptools_build_meta Rename this class to be python-prefixed to match the other new Python build system classes. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pluggy_1.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python3-pluggy_1.0.0.bb') diff --git a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb index 73bbcb0269..3f2895a061 100644 --- a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb +++ b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb @@ -10,7 +10,7 @@ RDEPENDS:${PN} += "${PYTHON_PN}-importlib-metadata \ ${PYTHON_PN}-more-itertools \ " -inherit pypi ptest setuptools_build_meta +inherit pypi ptest python_setuptools_build_meta SRC_URI += " \ file://run-ptest \ -- cgit 1.2.3-korg