summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-asyncinotify_4.1.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-10-14 16:54:37 +0800
committerKhem Raj <raj.khem@gmail.com>2024-10-14 09:52:26 -0700
commit52d8d0ba77625222db0cb4a554e39792ca346c79 (patch)
tree3ef5a744b4a30c2a5cc8dbee286fd89ee3cf661b /meta-python/recipes-devtools/python/python3-asyncinotify_4.1.0.bb
parent2ee5c72f7298e481798a20862f2b609c5152904d (diff)
downloadmeta-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.bb15
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 @@
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] = "41743900519ebdefe53e751df1d39689aca88794d783af945d306348a1398501"
7
8inherit pypi python_setuptools_build_meta
9
10RDEPENDS:${PN} += " \
11 python3-asyncio \
12 python3-core \
13 python3-ctypes \
14 python3-io \
15"