python3Packages.angr: extend pythonImportsCheck
This commit is contained in:
parent
d84bf71b62
commit
d9b11e53b1
|
@ -81,7 +81,9 @@ buildPythonPackage rec {
|
|||
# Tests have additional requirements, e.g., pypcode and angr binaries
|
||||
# cle is executing the tests with the angr binaries
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "angr" ];
|
||||
|
||||
# See http://angr.io/api-doc/
|
||||
pythonImportsCheck = [ "angr" "claripy" "cle" "pyvex" "archinfo" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Powerful and user-friendly binary analysis platform";
|
||||
|
|
Loading…
Reference in New Issue