python3-discovery: upgrade 1.4.4 -> 1.5.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Wang Mingyu
2026-07-28 14:06:24 +08:00
committed by Khem Raj
parent 5e93c8864a
commit 5701eb286f
@@ -0,0 +1,25 @@
SUMMARY = "Python interpreter discovery"
HOMEPAGE = "https://github.com/tox-dev/python-discovery"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7"
PYPI_PACKAGE = "python_discovery"
SRC_URI[sha256sum] = "3e014c6327154d3dda27939a9a0dc9c5c000439f1906d3f303b48f984bd2ecef"
inherit pypi python_hatchling ptest-python-pytest
DEPENDS += "python3-hatch-vcs-native"
RDEPENDS:${PN} += "\
python3-core \
python3-logging \
python3-platformdirs \
"
RDEPENDS:${PN}-ptest += " \
python3-setuptools \
python3-filelock \
"
BBCLASSEXTEND = "native nativesdk"