diff options
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 | |||