diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-08-24 11:18:16 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-25 08:15:33 -0700 |
| commit | a35fd74d1d5ca12a2660a7f3968142c2a3a68896 (patch) | |
| tree | 7310d29d874f2a55a84c249eab31da5484c91f12 /meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb | |
| parent | d020a6ba30d60e35badf600ac20c7e2efa9b54d7 (diff) | |
| download | meta-openembedded-a35fd74d1d5ca12a2660a7f3968142c2a3a68896.tar.gz | |
python3-watchdog: Upgrade 2.1.3 -> 2.1.5
Upgrade to release 2.1.5:
- Fix regression introduced in 2.1.4 (reverted "Allow overriding
or adding custom event handlers to event dispatch map.
- Convert regexes of type str to list.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.bb deleted file mode 100644 index 97d46b4f18..0000000000 --- a/meta-python/recipes-devtools/python/python3-watchdog_2.1.3.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] = "e5236a8e8602ab6db4b873664c2d356c365ab3cac96fbdec4970ad616415dd45" | ||
| 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" | ||
