Files
Wang Mingyu d595190041 python3-discovery: upgrade 1.4.3 -> 1.4.4
Changelog:
 fix(spec): discover debug (Py_DEBUG) interpreters like python3.13-dbg

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-16 21:14:56 -07:00

26 lines
608 B
BlitzBasic

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] = "5cad33982d412c1f3ffb8f9ca4ea292c9680bca3942451d30b69c37fce53a4a3"
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"