Your message dated Thu, 8 Feb 2024 15:58:19 +0100
with message-id <[email protected]>
and subject line Re: freedom-maker's autopkg tests fail with Python 3.12
has caused the Debian Bug report #1056248,
regarding freedom-maker's autopkg tests fail with Python 3.12
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1056248: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056248
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:freedom-maker
Version: 0.32
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: python3.12

freedom-maker's autopkg tests fail with Python 3.12 (imp module removed in 3.12):

[...]
292s autopkgtest [18:23:54]: test command1: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import freedommaker; print(freedommaker)" ; done
292s autopkgtest [18:23:54]: test command1: [-----------------------
292s Testing with python3.12:
293s Traceback (most recent call last):
293s   File "<string>", line 1, in <module>
293s File "/usr/lib/python3/dist-packages/freedommaker/__init__.py", line 7, in <module>
293s     from .application import Application
293s File "/usr/lib/python3/dist-packages/freedommaker/application.py", line 15, in <module>
293s     from .builder import ImageBuilder
293s File "/usr/lib/python3/dist-packages/freedommaker/builder.py", line 9, in <module>
293s     from . import internal, library
293s File "/usr/lib/python3/dist-packages/freedommaker/internal.py", line 8, in <module>
293s     from . import library, utils
293s File "/usr/lib/python3/dist-packages/freedommaker/library.py", line 16, in <module>
293s     import cliapp
293s File "/usr/lib/python3/dist-packages/cliapp/__init__.py", line 45, in <module>
293s     from .pluginmgr import PluginManager
293s File "/usr/lib/python3/dist-packages/cliapp/pluginmgr.py", line 29, in <module>
293s     import imp
293s ModuleNotFoundError: No module named 'imp'
293s autopkgtest [18:23:55]: test command1: -----------------------]

--- End Message ---
--- Begin Message ---
Hi,

the problem was caused by  #1061823
  python-cliapp ftbfs with Python 3.12 as default
which was closed.  Thus now also closing this bug.

Kind regards
   Andreas.

-- 
http://fam-tille.de

--- End Message ---

Reply via email to