summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-asyncinotify_4.3.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-11-25 17:11:41 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-25 07:44:41 -0800
commitcb3b22adc4111572c2608a1b38c2267f3a0ac4dc (patch)
tree6530948be9e826937fd9209bfb839f2d88b9a29f /meta-python/recipes-devtools/python/python3-asyncinotify_4.3.2.bb
parenteb786d631477ae84fd1ac47271765f17883b4e72 (diff)
downloadmeta-openembedded-cb3b22adc4111572c2608a1b38c2267f3a0ac4dc.tar.gz
python3-asyncinotify: upgrade 4.2.1 -> 4.3.2
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.3.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-asyncinotify_4.3.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_4.3.2.bb b/meta-python/recipes-devtools/python/python3-asyncinotify_4.3.2.bb
new file mode 100644
index 0000000000..810a142fac
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-asyncinotify_4.3.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] = "3321deedc443c8402229a423623d3ae2fc17c433b9b9bfe170828ee0c7ea3871"
7
8inherit pypi python_setuptools_build_meta
9
10RDEPENDS:${PN} += " \
11 python3-asyncio \
12 python3-core \
13 python3-ctypes \
14 python3-io \
15"