mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-11 16:45:56 +02:00
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.
8 lines
146 B
BlitzBasic
8 lines
146 B
BlitzBasic
require python-pyqt5.inc
|
|
|
|
inherit python3native python3-dir
|
|
|
|
DEPENDS += "sip3 sip3-native python3"
|
|
|
|
RDEPENDS_${PN} += "python3-core python3-sip3"
|