python3-discovery: upgrade 1.5.2 -> 1.6.0

Changelog:
https://github.com/tox-dev/python-discovery/releases/tag/1.5.3
https://github.com/tox-dev/python-discovery/releases/tag/1.6.0

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ankur Tyagi
2026-08-29 23:00:19 -07:00
committed by Khem Raj
parent bd3e7528e2
commit 52cb877f2c
@@ -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] = "6393b4eae1be8b2182670635e7baff89ac21cb9f8e86fd1ff40c7b1144febb4c"
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"