15 buildPythonPackage rec {
18 format = "setuptools";
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
26 hash = "sha256-H3oL8sk2r267wV0hoHOq9r9DY2Atxs+hZUVb6tmHy0w=";
29 propagatedBuildInputs = [
43 substituteInPlace setup.py \
44 --replace "pyparsing>=2.1.0,<3" "pyparsing>=2.1.0"
48 # Test fails with AssertionError: Tuples differ: ('MS Word 2007+...
53 pythonImportsCheck = [
58 description = "Module to analyze MS OLE2 files and MS Office documents";
59 homepage = "https://github.com/decalage2/oletools";
60 license = with licenses; [ bsd2 /* and */ mit ];
61 maintainers = with maintainers; [ fab ];