ospd-openvas: refactor
This commit is contained in:
parent
12d0e3b533
commit
39e37fd338
1 changed files with 4 additions and 1 deletions
|
@ -20,8 +20,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||
"python-gnupg"
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
build-system = with python3.pkgs; [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue