summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-asyncinotify_4.4.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-09 18:32:01 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-10 07:59:54 -0700
commit2ff5277aac6adf4f06b1ebcde652794b755375b6 (patch)
tree33312788c578c19d655e5f19a34227047345bff8 /meta-python/recipes-devtools/python/python3-asyncinotify_4.4.2.bb
parentc1f4f04b15d7fd637fc7a7ab88ed14189f4b87c5 (diff)
downloadmeta-openembedded-2ff5277aac6adf4f06b1ebcde652794b755375b6.tar.gz
python3-asyncinotify: upgrade 4.4.0 -> 4.4.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-asyncinotify_4.4.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-asyncinotify_4.4.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_4.4.2.bb b/meta-python/recipes-devtools/python/python3-asyncinotify_4.4.2.bb
new file mode 100644
index 0000000000..bdda38734d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-asyncinotify_4.4.2.bb
@@ -0,0 +1,15 @@
1SUMMARY = "A simple optionally-async python inotify library, focused on simplicity of use and operation, and leveraging modern Python features"
2HOMEPAGE = "https://gitlab.com/Taywee/asyncinotify"
3LICENSE = "MPL-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f75d2927d3c1ed2414ef72048f5ad640"
5
6SRC_URI[sha256sum] = "52ad97aa5332dd78592ab9c64171f2953447d98f9170b9bd440c5d19b17d0416"
7
8inherit pypi python_setuptools_build_meta
9
10RDEPENDS:${PN} += " \
11 python3-asyncio \
12 python3-core \
13 python3-ctypes \
14 python3-io \
15"