checkov: split inputs

This commit is contained in:
Fabian Affolter 2024-04-11 08:19:47 +02:00
parent bb40bf4a04
commit 7ba38acb51

View File

@ -40,10 +40,13 @@ python3.pkgs.buildPythonApplication rec {
]; ];
build-system = with python3.pkgs; [ build-system = with python3.pkgs; [
pythonRelaxDepsHook
setuptools-scm setuptools-scm
]; ];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
];
dependencies = with python3.pkgs; [ dependencies = with python3.pkgs; [
aiodns aiodns
aiohttp aiohttp