Your message dated Tue, 20 Jan 2026 16:41:05 +0100 with message-id <capybu_1p65hljroeh1x9lgmj1bd0cuyskfkzkybvdlwa6uy...@mail.gmail.com> and subject line has caused the Debian Bug report #1125855, regarding virtme-ng: (build-)depends on deprecated module python3-pkg-resources 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.) -- 1125855: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125855 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: virtme-ng Severity: serious Tags: sid forky User: [email protected] Usertags: pkg-resources-deprecation [This bug is targeted to the upcoming forky release] The package build-depends or depends on python3-pkg-resources, which is deprecated upstream. Details can be found at https://setuptools.pypa.io/en/latest/pkg_resources.html Use of pkg_resources is deprecated in favor of importlib.resources and importlib.metadata. Some useful APIs are also provided by packaging (e.g. requirements and version parsing). Users should refrain from new usage of pkg_resources and should work to port to importlib-based solutions. Python 3.13 in unstable provides both importlib.resources and importlib.metadata, so no additional dependencies on those packages are needed. If the package is a namespace package, then please lower the severity again to normal.
--- End Message ---
--- Begin Message ---I cant find any reference to pkg_resource ribalda@penguin:~/work/virtme-ng$ git grep pkg_reso ribalda@penguin:~/work/virtme-ng$ git grep pkg-res ribalda@penguin:~/work/virtme-ng$ git grep importlib virtme/resources.py:from importlib import resources as importlib_resources virtme/resources.py: if importlib_resources.files(virtme).joinpath("guest").is_dir(): virtme/resources.py: return str(importlib_resources.files(virtme) / "guest") virtme/resources.py: fn = importlib_resources.files(virtme) / "../bin" / name virtme_ng/version.py:from importlib.metadata import PackageNotFoundError, version ribalda@penguin:~/work/virtme-ng$ -- Ricardo Ribalda
--- End Message ---

