$OpenBSD: patch-setup_py,v 1.3 2017/02/28 16:20:18 jasper Exp $

tell the curator to work with py-elasticsearch >=5.0.0,<6.0.0

--- setup.py.orig	Tue Feb 28 13:18:06 2017
+++ setup.py	Tue Feb 28 13:18:24 2017
@@ -22,7 +22,7 @@ def get_version():
     return VERSION
 
 def get_install_requires():
-    res = ['elasticsearch>=2.4.0,<3.0.0' ]
+    res = ['elasticsearch>=5.0.0,<6.0.0' ]
     res.append('click>=6.0')
     res.append('pyyaml>=3.10')
     res.append('voluptuous>=0.9.3')
