ospd-openvas: refactor

This commit is contained in:
Fabian Affolter 2024-04-24 08:25:14 +02:00 committed by GitHub
parent 12d0e3b533
commit 39e37fd338
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -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
];