From 05fab696b9a7987ebc4d009d8d6371305e64700d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 30 Sep 2024 15:42:59 +0800 Subject: python3-watchdog: upgrade 5.0.2 -> 5.0.3 Changelog: ============= - [inotify] Improve cleaning up Inotify threads, and add eventlet test cases Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-watchdog_5.0.2.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-watchdog_5.0.2.bb (limited to 'meta-python/recipes-devtools/python/python3-watchdog_5.0.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-watchdog_5.0.2.bb b/meta-python/recipes-devtools/python/python3-watchdog_5.0.2.bb deleted file mode 100644 index ad66523dea..0000000000 --- a/meta-python/recipes-devtools/python/python3-watchdog_5.0.2.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Filesystem events monitoring" -DEPENDS = "python3-argh" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI[sha256sum] = "dcebf7e475001d2cdeb020be630dc5b687e9acdd60d16fea6bb4508e7b94cf76" - -inherit pypi setuptools3 - -RDEPENDS:${PN} = " \ - python3-argh \ - python3-pathtools3 \ - python3-pyyaml \ - python3-requests \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf