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 = [
56 description = "Qiling Advanced Binary Emulation Framework";
57 homepage = "https://qiling.io/";
58 changelog = "https://github.com/qilingframework/qiling/releases/tag/${version}";
59 license = licenses.gpl2Only;