python311Packages.pysigma-backend-elasticsearch: refactor

This commit is contained in:
Fabian Affolter 2024-04-27 14:13:37 +02:00
parent 3fd95c5865
commit ef9c39adbb

View File

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