Source: python-voip-utils
Version: 0.2.0-1
Severity: serious
Tags: ftbfs
User: [email protected]
Usertags: python3.13
______________________ ERROR collecting tests/test_sip.py
______________________
ImportError while importing test module '/build/reproducible-path/python-voip-
utils-0.2.0/.pybuild/cpython3_3.13_voip-utils/build/tests/test_sip.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_sip.py:3: in <module>
from voip_utils.sip import SipEndpoint, get_sip_endpoint
voip_utils/__init__.py:4: in <module>
from .voip import (
voip_utils/voip.py:13: in <module>
from .rtp_audio import RtpOpusInput, RtpOpusOutput
voip_utils/rtp_audio.py:3: in <module>
import audioop # pylint: disable=deprecated-module
E ModuleNotFoundError: No module named 'audioop'
That pylint comment suggests this project explicitly does not support Python
3.13. It's unfortunate that it was uploaded to Debian after Python 3.13 was
released, it even missed the relevant MBFs because they happened earlier.
-- System Information:
Debian Release: trixie/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500,
'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.11.10-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled