Package: release.debian.org Severity: normal X-Debbugs-Cc: python-e...@packages.debian.org Control: affects -1 + src:python-evtx User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package python-evtx Adds the missing dependency on lxml (python3-lxml) to allow the module and bundled scripts to do anything at all. [ Reason ] Missing dependency. [ Impact ] Package and supplied scripts do not work out of the box. [ Tests ] Manual verification, scripts do not error out anymore. unblock python-evtx/0.7.4-1.1
diff -Nru python-evtx-0.7.4/debian/changelog python-evtx-0.7.4/debian/changelog --- python-evtx-0.7.4/debian/changelog 2023-07-28 22:23:11.000000000 +0200 +++ python-evtx-0.7.4/debian/changelog 2025-06-12 11:19:50.000000000 +0200 @@ -1,3 +1,10 @@ +python-evtx (0.7.4-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add dependency on python3-lxml (Closes: 1069117). + + -- Sven Hoexter <hoex...@debian.org> Thu, 12 Jun 2025 11:19:50 +0200 + python-evtx (0.7.4-1) unstable; urgency=medium * New upstream version 0.7.4 diff -Nru python-evtx-0.7.4/debian/control python-evtx-0.7.4/debian/control --- python-evtx-0.7.4/debian/control 2023-07-28 22:23:11.000000000 +0200 +++ python-evtx-0.7.4/debian/control 2025-06-12 11:18:52.000000000 +0200 @@ -13,7 +13,7 @@ Package: python3-evtx Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} +Depends: ${misc:Depends}, ${python3:Depends}, python3-lxml Replaces: python-evtx (<< 0.6.1-1.1) Breaks: python-evtx (<< 0.6.1-1.1) Description: parser for recent Windows Event Log files -- Python 3 version