20 buildPythonPackage rec {
23 format = "setuptools";
25 disabled = pythonOlder "3.7";
28 inherit pname version;
29 hash = "sha256-l3WQBlJic4lXCe5Z1FmoxaqOblE7uAaW2gG/nTn84Kc=";
32 propagatedBuildInputs = [
47 # Tests are broken (attempt to import a file that tells you not to import it,
48 # amongst other things)
51 pythonImportsCheck = [ "qiling" ];
54 description = "Qiling Advanced Binary Emulation Framework";
55 homepage = "https://qiling.io/";
56 changelog = "https://github.com/qilingframework/qiling/releases/tag/${version}";
57 license = licenses.gpl2Only;