python3-pyinotify: remove as unmaintained

There hasn't been a release in years, and python 3.12 is no longer
compatible as it has removed the smtpd module.
https://github.com/seb-m/pyinotify

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alexander Kanavin 2023-12-15 08:52:20 +01:00 committed by Khem Raj
parent 7f858e4f54
commit 029da4ea74
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 0 additions and 20 deletions

View File

@ -321,7 +321,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-pyflakes \
python3-pyhamcrest \
python3-pyiface \
python3-pyinotify \
python3-pyjks \
python3-pyjwt \
python3-pykickstart \

View File

@ -1,19 +0,0 @@
DESCRIPTION = "Python pyinotify: Linux filesystem events monitoring"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382"
RDEPENDS:${PN} += "\
${PYTHON_PN}-ctypes \
${PYTHON_PN}-fcntl \
${PYTHON_PN}-io \
${PYTHON_PN}-logging \
${PYTHON_PN}-misc \
${PYTHON_PN}-shell \
${PYTHON_PN}-smtpd \
${PYTHON_PN}-threading \
"
SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406"
SRC_URI[sha256sum] = "9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4"
inherit pypi setuptools3