Package: src:microsoft-authentication-extensions-for-python
Version: 1.0.0-2
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: python3.12
microsoft-authentication-extensions-for-python's autopkg tests fail with
Python 3.12:
[...]
564s autopkgtest [18:34:00]: test autodep8-python3: set -e ; for py in
$(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing
with $py:" ; $py -c "import msal_extensions; print(msal_extensions)" ; done
564s autopkgtest [18:34:00]: test autodep8-python3: [-----------------------
564s Testing with python3.12:
564s Traceback (most recent call last):
564s File "<string>", line 1, in <module>
564s File
"/usr/lib/python3/dist-packages/msal_extensions/__init__.py", line 11,
in <module>
564s from .cache_lock import CrossPlatLock
564s File
"/usr/lib/python3/dist-packages/msal_extensions/cache_lock.py", line 7,
in <module>
564s from distutils.version import LooseVersion
564s ModuleNotFoundError: No module named 'distutils'
565s autopkgtest [18:34:01]: test autodep8-python3: -----------------------]