diff mbox series

[meta-python,1/3] python3-pathtools3: remove dead recipe

Message ID 20260608233900.2568363-1-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-python,1/3] python3-pathtools3: remove dead recipe | expand

Commit Message

Khem Raj June 8, 2026, 11:38 p.m. UTC
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>
---
 .../packagegroups/packagegroup-meta-python.bb          |  1 -
 .../python/python3-pathtools3_0.2.1.bb                 | 10 ----------
 2 files changed, 11 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 65f23cfe9e..1741d3c7fb 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -270,7 +270,6 @@  RDEPENDS:packagegroup-meta-python3 = "\
     python3-passlib \
     python3-pastedeploy \
     python3-pathspec \
-    python3-pathtools3 \
     python3-pep8 \
     python3-periphery \
     python3-petact \
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 @@ 
-SUMMARY = "Filesystem events monitoring"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=56bd93578433bb99b4fdf7ff481722df"
-
-SRC_URI[sha256sum] = "630c1edc09ef93abea40fc06b10067e5734d8f38cc85867bc61d1a5c9eb7796f"
-
-inherit pypi setuptools3
-
-BBCLASSEXTEND = "native nativesdk"