python311Packages.pysigma-backend-elasticsearch: refactor

This commit is contained in:
Fabian Affolter 2024-04-27 14:13:37 +02:00
parent 3fd95c5865
commit ef9c39adbb
1 changed files with 2 additions and 2 deletions

View File

@ -27,11 +27,11 @@ buildPythonPackage rec {
--replace-fail " --cov=sigma --cov-report term --cov-report xml:cov.xml" ""
'';
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
pysigma
];