diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-11-09 11:55:19 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-11-20 13:51:18 +0100 |
commit | 02715fff5ee26e8baa03420083f6aa60b45c13ea (patch) | |
tree | f435c999d539acb009241bad96162fc1e7e41ff9 /recipes-python/pyqt5/python3-pyqt5_5.13.2.bb | |
parent | 432ad2aa6c3a13253fefc909faba368851d21fb1 (diff) | |
download | meta-qt5-02715fff5ee26e8baa03420083f6aa60b45c13ea.tar.gz |
pyqt5: Upgrade to 5.13.2
Blacklist py2 version, it does not build and py2 is on its way out in
Jan 2020 anyway
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-python/pyqt5/python3-pyqt5_5.13.2.bb')
-rw-r--r-- | recipes-python/pyqt5/python3-pyqt5_5.13.2.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-python/pyqt5/python3-pyqt5_5.13.2.bb b/recipes-python/pyqt5/python3-pyqt5_5.13.2.bb new file mode 100644 index 00000000..200a8154 --- /dev/null +++ b/recipes-python/pyqt5/python3-pyqt5_5.13.2.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require python-pyqt5.inc | ||
2 | |||
3 | inherit python3native python3-dir | ||
4 | |||
5 | DEPENDS += "sip3 sip3-native python3" | ||
6 | |||
7 | RDEPENDS_${PN} += "python3-core python3-sip3" | ||