diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-02-14 08:24:47 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-14 08:24:48 -0800 |
| commit | 67d30ca64a4fd3db7c6dc95925cb187b93193908 (patch) | |
| tree | 39d74883e4a0d2bac874860f05e4ccb3391806b3 /meta-python/recipes-devtools/python/python3-pybind11_2.11.1.bb | |
| parent | 28cf322751378d875cd92a2acb3e3e3e39e2c6b1 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 14 | EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF" | 14 | EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF" |
| 15 | 15 | ||
| 16 | inherit cmake setuptools3 python3native | 16 | inherit cmake setuptools3 |
| 17 | 17 | ||
| 18 | PIP_INSTALL_DIST_PATH = "${S}/dist" | 18 | PIP_INSTALL_DIST_PATH = "${S}/dist" |
| 19 | PIP_INSTALL_PACKAGE = "pybind11" | 19 | PIP_INSTALL_PACKAGE = "pybind11" |
