diff options
author | Armin Kuster <akuster808@gmail.com> | 2024-01-23 09:37:43 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-01-28 12:13:54 -0500 |
commit | 4982aa40b7e0797dd696ccb94485d15c958f6cd1 (patch) | |
tree | a6b783844a95117951b596820d6271f4b624c935 /dynamic-layers/meta-python/recipes-devtools/python | |
parent | 79b5f135a831ed43ce598868f8479fb864fcaff5 (diff) | |
download | meta-security-4982aa40b7e0797dd696ccb94485d15c958f6cd1.tar.gz |
python3-pyinotify: do not rely on smtpd module
It's not mentioned anywhere in source code, and python 3.12
has removed it.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools/python')
-rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb index 8dd5e15..963fcfe 100644 --- a/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb +++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb | |||
@@ -9,7 +9,6 @@ RDEPENDS:${PN} += "\ | |||
9 | ${PYTHON_PN}-logging \ | 9 | ${PYTHON_PN}-logging \ |
10 | ${PYTHON_PN}-misc \ | 10 | ${PYTHON_PN}-misc \ |
11 | ${PYTHON_PN}-shell \ | 11 | ${PYTHON_PN}-shell \ |
12 | ${PYTHON_PN}-smtpd \ | ||
13 | ${PYTHON_PN}-threading \ | 12 | ${PYTHON_PN}-threading \ |
14 | " | 13 | " |
15 | 14 | ||