diff options
author | Philip Balister <philip@opensdr.com> | 2019-02-13 19:01:37 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-05-12 10:03:00 +0000 |
commit | ba08444f429c788294996c90d8e46047d458f5c9 (patch) | |
tree | 806ddf2809cd6fc50584c2f7687b22d7ea229339 /recipes-python/pyqt5/python-pyqt5_5.12.1.bb | |
parent | 6a1a387a506f62c66a00c6935dd476a39811cd7e (diff) | |
download | meta-qt5-ba08444f429c788294996c90d8e46047d458f5c9.tar.gz |
python-pyqt5: Update to version 5.12.1.
Signed-off-by: Philip Balister <philip@opensdr.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-python/pyqt5/python-pyqt5_5.12.1.bb')
-rw-r--r-- | recipes-python/pyqt5/python-pyqt5_5.12.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-python/pyqt5/python-pyqt5_5.12.1.bb b/recipes-python/pyqt5/python-pyqt5_5.12.1.bb new file mode 100644 index 00000000..6b1b5701 --- /dev/null +++ b/recipes-python/pyqt5/python-pyqt5_5.12.1.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require python-pyqt5.inc | ||
2 | |||
3 | inherit pythonnative python-dir | ||
4 | |||
5 | DEPENDS += "sip sip-native python" | ||
6 | |||
7 | RDEPENDS_${PN} += "python-core python-sip" | ||
8 | |||