diff mbox series

[meta-python,2/3] python3-discovery: Add recipe for release 1.4.2

Message ID 20260616152003.3841838-2-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/3] python3-fastapi: Upgrade 0.136.3 -> 0.137.1 | expand

Commit Message

Leon Anavi June 16, 2026, 3:20 p.m. UTC
Add a new recipe for python3-discovery release 1.4.2:

- fix: stop symlink resolution at stdlib landmark and framework builds

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python3-discovery_1.4.2.bb         | 25 +++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-discovery_1.4.2.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-discovery_1.4.2.bb b/meta-python/recipes-devtools/python/python3-discovery_1.4.2.bb
new file mode 100644
index 0000000000..1878829d24
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-discovery_1.4.2.bb
@@ -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] = "8f3746c4b4968d22afbb97d36e1a0e5b66e6c0f297290f2e95f05b9b8bf18690"
+
+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"