diff options
| author | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-06 21:53:51 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-08 16:34:37 -0700 |
| commit | 0ad40d5eee54065a5454da17383371f4b0dbd729 (patch) | |
| tree | a9ad87879c285de60467bdacff637da996fb3c23 /meta-python | |
| parent | 53cbcaba3f09cb50b72b91c2b33bdbd479da5f19 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb | 10 |
2 files changed, 0 insertions, 11 deletions
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 = "\ | |||
| 270 | python3-passlib \ | 270 | python3-passlib \ |
| 271 | python3-pastedeploy \ | 271 | python3-pastedeploy \ |
| 272 | python3-pathspec \ | 272 | python3-pathspec \ |
| 273 | python3-pathtools3 \ | ||
| 274 | python3-pep8 \ | 273 | python3-pep8 \ |
| 275 | python3-periphery \ | 274 | python3-periphery \ |
| 276 | python3-petact \ | 275 | 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 @@ | |||
| 1 | SUMMARY = "Filesystem events monitoring" | ||
| 2 | |||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56bd93578433bb99b4fdf7ff481722df" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "630c1edc09ef93abea40fc06b10067e5734d8f38cc85867bc61d1a5c9eb7796f" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
