diff options
author | Philip Balister <philip@opensdr.com> | 2018-10-04 13:22:22 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-11-13 11:09:05 +0000 |
commit | fd1f0f47312e7ee80e5ca65b8b2992cb068b1656 (patch) | |
tree | a59173e0b49c77015a7a7b055cf0a98ee0e2d080 /recipes-python/pyqt5/python-pyqt5_5.11.3.bb | |
parent | 3fa199310a6bb42befeb2136d144054815d46bdf (diff) | |
download | meta-qt5-fd1f0f47312e7ee80e5ca65b8b2992cb068b1656.tar.gz |
python-pyqt5: Update to 5.11.3 and add python3 recipe.
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.11.3.bb')
-rw-r--r-- | recipes-python/pyqt5/python-pyqt5_5.11.3.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-python/pyqt5/python-pyqt5_5.11.3.bb b/recipes-python/pyqt5/python-pyqt5_5.11.3.bb new file mode 100644 index 00000000..6b1b5701 --- /dev/null +++ b/recipes-python/pyqt5/python-pyqt5_5.11.3.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 | |||