mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Since meta-openembedded and meta-python are now dependencies, we can simplify some of the recipes that were checking if the layers were available. Now always use the features available from those layers. Change-Id: Ia70658e0c64b916c9d36ad9aca4c40172b86b5b6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commitbc1179c5a3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commitc619e94c9b)
13 lines
395 B
BlitzBasic
13 lines
395 B
BlitzBasic
SUMMARY = "pytest support for PyQt and PySide applications"
|
|
HOMEPAGE = "http://github.com/pytest-dev/pytest-qt"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=be0db96616c6ec3cabe975402c4c687f"
|
|
|
|
SRC_URI[sha256sum] = "dfc5240dec7eb43b76bcb5f9a87eecae6ef83592af49f3af5f1d5d093acaa93e"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
DEPENDS = "python3-setuptools-scm-native"
|
|
|
|
RDEPENDS:${PN} += "python3-pytest"
|