summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-02-14 08:24:47 +0000
committerKhem Raj <raj.khem@gmail.com>2024-02-14 08:24:48 -0800
commit67d30ca64a4fd3db7c6dc95925cb187b93193908 (patch)
tree39d74883e4a0d2bac874860f05e4ccb3391806b3 /meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb
parent28cf322751378d875cd92a2acb3e3e3e39e2c6b1 (diff)
downloadmeta-openembedded-67d30ca64a4fd3db7c6dc95925cb187b93193908.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb2
1 files changed, 1 insertions, 1 deletions
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"
13 13
14EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF" 14EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF"
15 15
16inherit cmake setuptools3 python3native 16inherit cmake setuptools3
17 17
18PIP_INSTALL_DIST_PATH = "${S}/dist" 18PIP_INSTALL_DIST_PATH = "${S}/dist"
19PIP_INSTALL_PACKAGE = "pybind11" 19PIP_INSTALL_PACKAGE = "pybind11"