diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-06-23 15:14:46 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-02 11:37:02 -0400 |
| commit | 9e08d46f3a342d9b8033e19589f879e20e33d8e7 (patch) | |
| tree | ebc7a661d66e7a96c5b479ed3185ad49ee39368e /meta-python/recipes-devtools/python/python3-watchdog_2.1.8.bb | |
| parent | b2969e571dfc3de77e0e2d1bbc0e1333ed5215cc (diff) | |
| download | meta-openembedded-9e08d46f3a342d9b8033e19589f879e20e33d8e7.tar.gz | |
python3-watchdog: upgrade 2.1.8 -> 2.1.9
Changelog:
=========
[fsevents] Fix flakey test to assert that there are no errors when stopping the emitter.
[inotify] Suppress occasional OSError: [Errno 9] Bad file descriptor at shutdown. #805
[watchmedo] Make auto-restart restart the sub-process if it terminates. #896
[watchmedo] Avoid zombie sub-processes when running shell-command without --wait. #405
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-watchdog_2.1.8.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-watchdog_2.1.8.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.1.8.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.1.8.bb deleted file mode 100644 index 70af95157d..0000000000 --- a/meta-python/recipes-devtools/python/python3-watchdog_2.1.8.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | SUMMARY = "Filesystem events monitoring" | ||
| 2 | DEPENDS = "${PYTHON_PN}-argh" | ||
| 3 | |||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "6d03149126864abd32715d4e9267d2754cede25a69052901399356ad3bc5ecff" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = " \ | ||
| 12 | ${PYTHON_PN}-argh \ | ||
| 13 | ${PYTHON_PN}-pathtools3 \ | ||
| 14 | ${PYTHON_PN}-pyyaml \ | ||
| 15 | ${PYTHON_PN}-requests \ | ||
| 16 | " | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
