python3-discovery: upgrade 1.5.1 -> 1.5.2

Changelog:
 discover Python 3.6 and 3.7 interpreters

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-08-19 14:27:41 -07:00
committed by Khem Raj
parent d859a3ce20
commit fdaf59fb76
@@ -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] = "45fd4f20a4e3f9b7bf2e0817870bc8e3b320a19658da177af800768c82dbf354"
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"