mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Set up the BBFILES_DYNAMIC variable to include meta-python and move all python recipes to the corresponding dynamic-layers directory. This prevents failures to parse recipes if meta-python is not available. Pick-to: 6.5 Fixes: QTBUG-113712 Change-Id: If26668e8d901c89be8527ff3951a00d739a89372 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
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"
|