checkov: split inputs

This commit is contained in:
Fabian Affolter 2024-04-11 08:19:47 +02:00
parent bb40bf4a04
commit 7ba38acb51
1 changed files with 4 additions and 1 deletions

View File

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