X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-devtools%2Fpython%2Fpython3-qtwidgets_1.1.bb;fp=recipes-devtools%2Fpython%2Fpython3-qtwidgets_1.1.bb;h=677d4fa21927343701aef56a9e84a7f32c5b4479;hb=528aee6d5dd788f6a9d610cb996bf898461757c0;hp=0000000000000000000000000000000000000000;hpb=d0da2cf918e2aad65c433ac2dbed7d42e9037fda;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-devtools/python/python3-qtwidgets_1.1.bb b/recipes-devtools/python/python3-qtwidgets_1.1.bb new file mode 100644 index 000000000..677d4fa21 --- /dev/null +++ b/recipes-devtools/python/python3-qtwidgets_1.1.bb @@ -0,0 +1,12 @@ +SUMMARY = "Custom Qt5 Python Widgets" +HOMEPAGE = "https://github.com/pythonguis/python-qtwidgets" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dc687cb5e5291e09b4f52b0b182106fe" + +SRC_URI[sha256sum] = "97b8373844788a22c836f5a16a1e60c9ef1469bfc4aedc09ae786fc9aa0b49df" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-qtpy \ +"