summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-asyncinotify_4.4.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-30 18:48:47 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-12 01:06:52 -0700
commit906979c6991414321dd8b6b773ff917d448ce302 (patch)
tree54b08f727e4ee31a64a563a9cf696de5cda6332c /meta-python/recipes-devtools/python/python3-asyncinotify_4.4.4.bb
parenta213780f2217d1adea89bd0ac3b572d2285ccc39 (diff)
downloadmeta-openembedded-906979c6991414321dd8b6b773ff917d448ce302.tar.gz
python3-asyncinotify: upgrade 4.4.2 -> 4.4.4
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.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-asyncinotify_4.4.4.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_4.4.4.bb b/meta-python/recipes-devtools/python/python3-asyncinotify_4.4.4.bb
new file mode 100644
index 0000000000..f2f868e972
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-asyncinotify_4.4.4.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] = "a8afc92bec6666807ca50524156fca22655325cba6e2b51d842b8ec0d399c708"
7
8inherit pypi python_setuptools_build_meta
9
10RDEPENDS:${PN} += " \
11 python3-asyncio \
12 python3-core \
13 python3-ctypes \
14 python3-io \
15"