python3Packages.claripy: add six to check deps

This commit is contained in:
Martin Weinelt 2022-03-31 22:42:36 +02:00
parent 335b214783
commit 6342d86542

View file

@ -8,6 +8,7 @@
, pysmt
, pythonOlder
, pytestCheckHook
, six
, z3
}:
@ -36,6 +37,7 @@ buildPythonPackage rec {
checkInputs = [
nose
pytestCheckHook
six
];
postPatch = ''