summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-06-06 21:53:51 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-08 16:34:37 -0700
commit0ad40d5eee54065a5454da17383371f4b0dbd729 (patch)
treea9ad87879c285de60467bdacff637da996fb3c23 /meta-python/recipes-devtools/python
parent53cbcaba3f09cb50b72b91c2b33bdbd479da5f19 (diff)
downloadmeta-openembedded-0ad40d5eee54065a5454da17383371f4b0dbd729.tar.gz
python3-pathtools3: remove dead recipe
pathtools3 is an abandoned Python 3 fork. Its last release (0.2.1) was in 2018 and the upstream original pathtools has been dead since 2011. Its only historical consumer, python3-watchdog, dropped the dependency long ago and is now at 6.0.0 in OE. Nothing else references it. Drop the recipe and its packagegroup-meta-python entry. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb b/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb
deleted file mode 100644
index 644f7b119d..0000000000
--- a/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1SUMMARY = "Filesystem events monitoring"
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=56bd93578433bb99b4fdf7ff481722df"
5
6SRC_URI[sha256sum] = "630c1edc09ef93abea40fc06b10067e5734d8f38cc85867bc61d1a5c9eb7796f"
7
8inherit pypi setuptools3
9
10BBCLASSEXTEND = "native nativesdk"