python3-qtwidgets: add recipe
[AGL/meta-agl-demo.git] / recipes-devtools / python / python3-qtwidgets_1.1.bb
1 SUMMARY = "Custom Qt5 Python Widgets"
2 HOMEPAGE = "https://github.com/pythonguis/python-qtwidgets"
3 LICENSE = "MIT"
4 LIC_FILES_CHKSUM = "file://LICENSE;md5=dc687cb5e5291e09b4f52b0b182106fe"
5
6 SRC_URI[sha256sum] = "97b8373844788a22c836f5a16a1e60c9ef1469bfc4aedc09ae786fc9aa0b49df"
7
8 inherit pypi setuptools3
9
10 RDEPENDS:${PN} += " \
11     python3-qtpy \
12 "