From 7acb1aa500254fb516c574b25b9f95b86ed9f584 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 8 May 2024 02:59:58 +0200 Subject: python3-pyqt-builder-native: Fix OE dunfell build OE dunfell builds have to inherit setuptools3, while anything newer has to inherit python_setuptools_build_meta. While OE dunfell is now EOL, this layer still claims to support it, so make it buildable and avoid breakage until the layer stops to support OE dunfell for good. Once that happens, this commit should be reverted. Signed-off-by: Marek Vasut --- recipes-python/pyqt5/python3-pyqt-builder-native_1.16.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3