Package: src:masakari
Version: 16.0.0-1
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: python3.12
masakari's autopkg tests fail with Python 3.12:
[...]
648s autopkgtest [18:34:06]: test autodep8-python3: [-----------------------
648s Testing with python3.12:
648s Traceback (most recent call last):
648s File "<string>", line 1, in <module>
648s File "/usr/lib/python3/dist-packages/masakari/__init__.py", line
34, in <module>
648s import eventlet # noqa
648s ^^^^^^^^^^^^^^^
648s File "/usr/lib/python3/dist-packages/eventlet/__init__.py", line
17, in <module>
648s from eventlet import convenience
648s File "/usr/lib/python3/dist-packages/eventlet/convenience.py",
line 161, in <module>
648s from eventlet.green import ssl
648s File "/usr/lib/python3/dist-packages/eventlet/green/ssl.py", line
25, in <module>
648s _original_wrap_socket = __ssl.wrap_socket
648s ^^^^^^^^^^^^^^^^^
648s AttributeError: module 'ssl' has no attribute 'wrap_socket'
648s autopkgtest [18:34:06]: test autodep8-python3: -----------------------]