#1130928 plaso: please patch-out the dependency on python3-mock

#1130928#5
Date:
2026-03-16 07:14:14 UTC
From:
To:
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