mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 06:04:14 +00:00
python311Packages.pysigma-backend-elasticsearch: refactor
This commit is contained in:
parent
3fd95c5865
commit
ef9c39adbb
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user