diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-14 16:54:37 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-14 09:52:26 -0700 |
| commit | 52d8d0ba77625222db0cb4a554e39792ca346c79 (patch) | |
| tree | 3ef5a744b4a30c2a5cc8dbee286fd89ee3cf661b /meta-python/recipes-devtools/python/python3-asyncinotify_4.1.0.bb | |
| parent | 2ee5c72f7298e481798a20862f2b609c5152904d (diff) | |
| download | meta-openembedded-52d8d0ba77625222db0cb4a554e39792ca346c79.tar.gz | |
python3-asyncinotify: upgrade 4.1.0 -> 4.2.0
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-asyncinotify_4.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-asyncinotify_4.1.0.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_4.1.0.bb b/meta-python/recipes-devtools/python/python3-asyncinotify_4.1.0.bb deleted file mode 100644 index eeb44aa512..0000000000 --- a/meta-python/recipes-devtools/python/python3-asyncinotify_4.1.0.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | SUMMARY = "A simple optionally-async python inotify library, focused on simplicity of use and operation, and leveraging modern Python features" | ||
| 2 | HOMEPAGE = "https://gitlab.com/Taywee/asyncinotify" | ||
| 3 | LICENSE = "MPL-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f75d2927d3c1ed2414ef72048f5ad640" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "41743900519ebdefe53e751df1d39689aca88794d783af945d306348a1398501" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-asyncio \ | ||
| 12 | python3-core \ | ||
| 13 | python3-ctypes \ | ||
| 14 | python3-io \ | ||
| 15 | " | ||
