checkov: refactor
This commit is contained in:
parent
9544189ed3
commit
09563ceac6
@ -39,12 +39,12 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
"pycep-parser"
|
"pycep-parser"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
build-system = with python3.pkgs; [
|
||||||
pythonRelaxDepsHook
|
pythonRelaxDepsHook
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
dependencies = with python3.pkgs; [
|
||||||
aiodns
|
aiodns
|
||||||
aiohttp
|
aiohttp
|
||||||
aiomultiprocess
|
aiomultiprocess
|
||||||
|
Loading…
Reference in New Issue
Block a user