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.
This commit is contained in:
Martin Jansa
2020-02-19 18:19:02 +01:00
parent a582fd4c81
commit 25d0fa6057
3 changed files with 4 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
require python-pyqt5.inc
inherit pythonnative python-dir
DEPENDS += "sip sip-native python"
RDEPENDS_${PN} += "python-core python-sip"