From 67d30ca64a4fd3db7c6dc95925cb187b93193908 Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Wed, 14 Feb 2024 08:24:47 +0000 Subject: python3-pybind11: Prune redundant inherit Inheriting setuptools3 implies the inherit of python3native, so drop the latter inherit as redundant. Signed-off-by: Niko Mauno Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb index e919e7dcc2..4428371996 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb @@ -13,7 +13,7 @@ S = "${WORKDIR}/git" EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF" -inherit cmake setuptools3 python3native +inherit cmake setuptools3 PIP_INSTALL_DIST_PATH = "${S}/dist" PIP_INSTALL_PACKAGE = "pybind11" -- cgit v1.2.3-54-g00ecf