mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
python3-pytest-qt: add 4.0.2
Add pytest support for PyQt and PySide applications. Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
This commit is contained in:
committed by
Martin Jansa
parent
5fc0c4dc24
commit
5d4b73ad7d
12
recipes-python/pytest-qt/python3-pytest-qt_4.0.2.bb
Normal file
12
recipes-python/pytest-qt/python3-pytest-qt_4.0.2.bb
Normal file
@@ -0,0 +1,12 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user