elasticsearch-curator: include missing boto3 dependency

TODO: we're still missing the requests-aws4auth>=0.9 dependency
This commit is contained in:
Bas van Dijk 2018-08-21 17:41:26 +02:00
parent 32200033a6
commit 16ce3c8f74

View file

@ -1,6 +1,7 @@
{ stdenv
, buildPythonPackage
, fetchPypi
, boto3
, click
, certifi
, voluptuous
@ -33,6 +34,7 @@ buildPythonPackage rec {
voluptuous
pyyaml
elasticsearch
boto3
];
checkInputs = [