summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2024-03-18 14:40:35 +0800
committerArmin Kuster <akuster808@gmail.com>2024-03-27 12:36:58 -0400
commit283a773f24cedacb45def943a455bc3607f8a7a1 (patch)
treec5fb62ed7058549f7d196dbe99eab2027a44b3a6 /meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb
parent2f89aa7e416878a61c5b5fdfd1bc361a28ce8853 (diff)
downloadmeta-security-283a773f24cedacb45def943a455bc3607f8a7a1.tar.gz
python3-pyinotify: Make asyncore support optional for Python 3
Simple fix for Python 3.12 since it dropped asyncore. Catches the import error instead of using a version check so that the user can install the compatibility package for any uses that can't be upgraded to asyncio or similar immediately. Fixes: # 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 "<stdin>", line 1, in <module> File "/usr/lib64/python3.12/site-packages/pyinotify.py", line 71, in <module> import asyncore ModuleNotFoundError: No module named 'asyncore' >>> Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_164-2020-192.1.bb')
0 files changed, 0 insertions, 0 deletions