From 16ce3c8f74c753633d320a59a6cc95f361eee101 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Tue, 21 Aug 2018 17:41:26 +0200 Subject: [PATCH] elasticsearch-curator: include missing boto3 dependency TODO: we're still missing the requests-aws4auth>=0.9 dependency --- .../python-modules/elasticsearch-curator/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/elasticsearch-curator/default.nix b/pkgs/development/python-modules/elasticsearch-curator/default.nix index 4b0aba45cd7..c3e6df2da47 100644 --- a/pkgs/development/python-modules/elasticsearch-curator/default.nix +++ b/pkgs/development/python-modules/elasticsearch-curator/default.nix @@ -1,6 +1,7 @@ { stdenv , buildPythonPackage , fetchPypi +, boto3 , click , certifi , voluptuous @@ -33,6 +34,7 @@ buildPythonPackage rec { voluptuous pyyaml elasticsearch + boto3 ]; checkInputs = [