python3Packages.claripy: add six to check deps

main
Martin Weinelt 2 years ago
parent 335b214783
commit 6342d86542
  1. 2
      pkgs/development/python-modules/claripy/default.nix

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

Loading…
Cancel
Save