meta-qt6/recipes-python/pytest-qt/python3-pytest-qt_4.2.0.bb
Samuli Piippo f670b4112f pytest-qt: upgrade to latest version
Update python3-pytest-qt to version 4.2.0.

Change-Id: Ib3cd21aaae59be4dbc02552c665e4c4f585e7cb2
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 7941caa131)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 33b5b2d830)
2023-12-20 01:38:03 +00:00

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] = "00a17b586dd530b6d7a9399923a40489ca4a9a309719011175f55dc6b5dc8f41"
inherit pypi setuptools3
DEPENDS = "python3-setuptools-scm-native"
RDEPENDS:${PN} += "python3-pytest"