meta-qt6/dynamic-layers/meta-python/recipes-devtools/python/python3-watchdog_0.9.0.bb
Olaf Mandel 16c7da9d10 Remove hard dependency on meta-python
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>
2023-05-25 07:23:05 +02:00

12 lines
322 B
BlitzBasic

DEPS = "python3-pathtools3"
DEPENDS = "${DEPS}"
RDEPENDS:${PN} = "${DEPS}"
inherit pypi setuptools3
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI[sha256sum] = "965f658d0732de3188211932aeb0bb457587f04f63ab4c1e33eab878e9de961d"
BBCLASSEXTEND = "nativesdk native"