python311Packages.angr: refactor

This commit is contained in:
Fabian Affolter 2024-03-28 23:41:08 +01:00
parent e74a30a737
commit 735f815f29

View File

@ -24,6 +24,7 @@
, pyvex , pyvex
, rich , rich
, rpyc , rpyc
, setuptools
, sortedcontainers , sortedcontainers
, sqlalchemy , sqlalchemy
, sympy , sympy
@ -44,7 +45,11 @@ buildPythonPackage rec {
hash = "sha256-qav9SUvQtcEad9lvgyrMhOcFhPAhzU/9s7ekTfohqRc="; hash = "sha256-qav9SUvQtcEad9lvgyrMhOcFhPAhzU/9s7ekTfohqRc=";
}; };
propagatedBuildInputs = [ build-system = [
setuptools
];
dependencies = [
ailment ailment
archinfo archinfo
cachetools cachetools