diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-16 17:02:00 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-19 14:35:59 -0700 |
commit | efee534a33fddbca463f73fa04e8937c123f770b (patch) | |
tree | 121e91a434ff5498812e29fe88629889adbbf36e /meta-python/recipes-devtools/python/python3-asyncinotify_4.2.1.bb | |
parent | 250084b15e7b7bd6a4d9faeb3d1db6551504830a (diff) | |
download | meta-openembedded-efee534a33fddbca463f73fa04e8937c123f770b.tar.gz |
python3-asyncinotify: upgrade 4.2.0 -> 4.2.1
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.2.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-asyncinotify_4.2.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_4.2.1.bb b/meta-python/recipes-devtools/python/python3-asyncinotify_4.2.1.bb new file mode 100644 index 0000000000..f95dadff90 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-asyncinotify_4.2.1.bb | |||
@@ -0,0 +1,15 @@ | |||
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] = "8078b0b0d81c19043141ab0fc5654e89a4d3023dc3e4486aaa245b1ff5f5ddc9" | ||
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 | " | ||