From 6db95050df37b3d254b6f73fe539167978a75777 Mon Sep 17 00:00:00 2001 From: Kalin KOZHUHAROV Date: Wed, 10 Apr 2024 23:23:56 +0200 Subject: [PATCH] removing python-cryptography and python3-cryptography log2timeline/plaso/#4873 WIP Bug: https://github.com/log2timeline/plaso/issues/4873 Reported-by: Kalin KOZHUHAROV Signed-off-by: Kalin KOZHUHAROV --- tests/parsers/text_plugins/apt_history.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/parsers/text_plugins/apt_history.py b/tests/parsers/text_plugins/apt_history.py index 3c81b88340..2046d4fc6e 100644 --- a/tests/parsers/text_plugins/apt_history.py +++ b/tests/parsers/text_plugins/apt_history.py @@ -110,7 +110,6 @@ def testProcess(self): 'libfile-fcntllock-perl:amd64 (0.22-3+b2, automatic), ' 'python3-xdg:amd64 (0.25-4, automatic), ' 'libperl5.24:amd64 (5.24.1-3+deb9u5, automatic), ' - 'python-cryptography:amd64 (1.7.1-3+deb9u1, automatic), ' 'python-crypto:amd64 (2.6.1-7, automatic), ' 'xml-core:amd64 (0.17, automatic), ' 'python-keyrings.alt:amd64 (1.3-1, automatic), ' @@ -118,7 +117,6 @@ def testProcess(self): 'python-ipaddress:amd64 (1.0.17-1, automatic), ' 'libtsan0:amd64 (6.3.0-18+deb9u1, automatic), ' 'libgcc-6-dev:amd64 (6.3.0-18+deb9u1, automatic), ' - 'python3-cryptography:amd64 (1.7.1-3+deb9u1, automatic), ' 'libubsan0:amd64 (6.3.0-18+deb9u1, automatic), ' 'gir1.2-glib-2.0:amd64 (1.50.0-1+b1, automatic), ' 'g++-6:amd64 (6.3.0-18+deb9u1, automatic), '