From 365807e1ae72dd945ef205dfdeb6013f61ad3cfc Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Tue, 15 Feb 2022 16:54:36 -0500 Subject: [PATCH] python3-pytest-qt: add 4.0.2 Add pytest support for PyQt and PySide applications. This was merged to meta-qt5 in https://github.com/meta-qt5/meta-qt5/pull/448. Change-Id: I9e21ad89f0be1b8d2f488ed6ad80c13719fa6fbd Reviewed-by: Samuli Piippo --- recipes-devtools/python/python3-pytest-qt_4.0.2.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-devtools/python/python3-pytest-qt_4.0.2.bb diff --git a/recipes-devtools/python/python3-pytest-qt_4.0.2.bb b/recipes-devtools/python/python3-pytest-qt_4.0.2.bb new file mode 100644 index 0000000..ea06112 --- /dev/null +++ b/recipes-devtools/python/python3-pytest-qt_4.0.2.bb @@ -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"