Package: plaso Version: 20260119-1 Severity: normal Dear Maintainer,
Thank you for the new release. python3-mock is on it's way out. I sent a lenghty PR upstream to clean the spurious usage comming back: https://github.com/log2timeline/plaso/pull/5036 Please apply this minimal one-line patch on Debian and drop the dependency from debian/control: --- a/tests/cli/status_view.py +++ b/tests/cli/status_view.py @@ -4,8 +4,7 @@ import sys import unittest - -import mock +from unittest import mock from dfvfs.lib import definitions as dfvfs_definitions Greetings Alexandre

