Package: python3-opencc Version: 1.1.9+ds1-3 Severity: normal pyinstaller-hooks-contrib has a number of tests that check to make sure that pyinstaller works correctly with various Python packages. The test for opencc works on Python 3.13, but is failing on Python 3.14.
Traceback (most recent call last): File "opencc/__init__.py", line 7, in <module> ModuleNotFoundError: No module named 'opencc_clib' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "test_source.py", line 2, in <module> File "pyimod02_importers.py", line 457, in exec_module File "opencc/__init__.py", line 9, in <module> ImportError: cannot import name 'opencc_clib' from 'opencc.clib' (/tmp/_MEIU9KLH2/opencc/clib/__init__.py) https://salsa.debian.org/python-team/packages/pyinstaller-hooks-contrib/-/jobs/8880569#L2613 Is this a known problem with Python 3.14?

