From 4982aa40b7e0797dd696ccb94485d15c958f6cd1 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 23 Jan 2024 09:37:43 -0500 Subject: 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 --- .../meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'dynamic-layers/meta-python/recipes-devtools/python') 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} += "\ ${PYTHON_PN}-logging \ ${PYTHON_PN}-misc \ ${PYTHON_PN}-shell \ - ${PYTHON_PN}-smtpd \ ${PYTHON_PN}-threading \ " -- cgit v1.2.3-54-g00ecf