python3Packages.oletools: relax pyparsing constraint
This commit is contained in:
parent
0e402b9936
commit
776cbab8d7
@ -39,6 +39,11 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "pyparsing>=2.1.0,<3" "pyparsing>=2.1.0"
|
||||
'';
|
||||
|
||||
disabledTests = [
|
||||
# Test fails with AssertionError: Tuples differ: ('MS Word 2007+...
|
||||
"test_all"
|
||||
|
Loading…
Reference in New Issue
Block a user