python312Packages.slither-analyzer: refactor

This commit is contained in:
Fabian Affolter 2024-02-29 23:42:20 +01:00 committed by GitHub
parent 5dc3b22950
commit 27623c76f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "slither-analyzer";
version = "0.10.1";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.8";
@ -29,13 +29,13 @@ buildPythonPackage rec {
nativeBuildInputs = [
makeWrapper
setuptools
];
propagatedBuildInputs = [
crytic-compile
packaging
prettytable
setuptools
web3
];