python3-pybind11: Prune redundant inherit

Inheriting setuptools3 implies the inherit of python3native, so drop
the latter inherit as redundant.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Niko Mauno
2024-02-14 08:24:47 +00:00
committed by Khem Raj
parent 28cf322751
commit 67d30ca64a

View File

@@ -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"