Control: user [email protected] Control: usertag -1 + python3.14
On sid the package FTBFSes with the tests/test_libraries.py::test_pygraphviz_functional (with both onedir and onefile param) fails on both Python 3.13 and 3.14, without a useful error
At least one of the issues is that opencc isn't built for all supported Python 3 versions:
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/pytest-of-stefanor/pytest-0/test_opencc_onedir_0/dist/test_source/_internal/opencc/clib/__init__.py) Either opencc should be, or pyinstaller-hooks-contrib shouldn't be. Stefano

