aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-python/pyqt5/python3-pyqt-builder-native_1.16.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-python/pyqt5/python3-pyqt-builder-native_1.16.0.bb b/recipes-python/pyqt5/python3-pyqt-builder-native_1.16.0.bb
index 6c0c7508..968422e3 100644
--- a/recipes-python/pyqt5/python3-pyqt-builder-native_1.16.0.bb
+++ b/recipes-python/pyqt5/python3-pyqt-builder-native_1.16.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://pyproject.toml;md5=62537c8c9cf72be020148e3adc658ce3;b
SRC_URI[sha256sum] = "47bbd2cfa5430020108f9f40301e166cbea98b6ef3e53953350bdd4c6b31ab18"
-inherit pypi python_setuptools_build_meta native
+inherit pypi ${@'setuptools3' if (d.getVar('LAYERSERIES_CORENAMES') in ["dunfell"]) else 'python_setuptools_build_meta'} native
PYPI_PACKAGE = "PyQt-builder"