Re: [yocto] [meta-security][PATCH] python3-pyinotify: do not rely on smtpd module

2024-03-17 Thread Yu, Mingli
Sent the patch https://patchwork.yoctoproject.org/project/yocto/patch/20240318064035.1053444-1-mingli...@windriver.com/ to fix the issue. Thanks, On 3/18/24 10:24, Yu, Mingli wrote: Below error issues once the RDEPENDS removed. # python3 Python 3.12.1 (main, DecĀ  7 2023, 20:45:44) [GCC 13.2.

Re: [yocto] [meta-security][PATCH] python3-pyinotify: do not rely on smtpd module

2024-03-17 Thread Yu, Mingli
Below error issues once the RDEPENDS removed. # python3 Python 3.12.1 (main, Dec 7 2023, 20:45:44) [GCC 13.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pyinotify Traceback (most recent call last): File "", line 1, in File "/usr/lib64/python

[yocto] [meta-security][PATCH] python3-pyinotify: do not rely on smtpd module

2024-01-23 Thread Armin Kuster
It's not mentioned anywhere in source code, and python 3.12 has removed it. Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-pyinotify_0.9.6.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.