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

View file

@ -20,8 +20,11 @@ python3.pkgs.buildPythonApplication rec {
"python-gnupg" "python-gnupg"
]; ];
nativeBuildInputs = with python3.pkgs; [ build-system = with python3.pkgs; [
poetry-core poetry-core
];
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook pythonRelaxDepsHook
]; ];