xref: /OK3568_Linux_fs/yocto/meta-qt5/recipes-python/pytest-qt/python3-pytest-qt_4.0.2.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "pytest support for PyQt and PySide applications"
2HOMEPAGE = "http://github.com/pytest-dev/pytest-qt"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=be0db96616c6ec3cabe975402c4c687f"
5
6SRC_URI[sha256sum] = "dfc5240dec7eb43b76bcb5f9a87eecae6ef83592af49f3af5f1d5d093acaa93e"
7
8inherit pypi setuptools3
9
10DEPENDS = "python3-setuptools-scm-native"
11
12RDEPENDS:${PN} += "python3-pytest"
13