Files
meta-qt5/recipes-python/pyqt5/python3-pyqt5_5.12.1.bb
Martin Jansa 25d0fa6057 Revert "pyqt5: Upgrade to 5.13.2"
This reverts commit 02715fff5e.

This version is too new for sip version in meta-oe/zeus:
Error: This version of PyQt5 requires sip 4.19.19 or later.

It was accidentally merged with other build fixes when re-syncing
master and zeus before 5.14 upgrade in master.

This is needed also for the newly added python-pyqtchart recipe.
2020-02-19 18:19:36 +01:00

8 lines
146 B
BlitzBasic

require python-pyqt5.inc
inherit python3native python3-dir
DEPENDS += "sip3 sip3-native python3"
RDEPENDS_${PN} += "python3-core python3-sip3"