python3Packages.claripy: add six to check deps

This commit is contained in:
Martin Weinelt
2022-04-15 01:39:46 +02:00
parent 335b214783
commit 6342d86542
@@ -8,6 +8,7 @@
, pysmt
, pythonOlder
, pytestCheckHook
, six
, z3
}:
@@ -36,6 +37,7 @@ buildPythonPackage rec {
checkInputs = [
nose
pytestCheckHook
six
];
postPatch = ''