elastic7: 7.0.1 -> 7.3.1

This commit is contained in:
adisbladis
2019-09-06 15:10:39 +01:00
parent 3ab433df34
commit 723148f92e
7 changed files with 40 additions and 27 deletions

View File

@@ -45,6 +45,10 @@ buildPythonPackage rec {
funcsigs
];
postPatch = ''
sed -i s/pyyaml==3.12/pyyaml==${pyyaml.version}/ setup.cfg setup.py
'';
meta = with stdenv.lib; {
homepage = https://github.com/elastic/curator;
description = "Curate, or manage, your Elasticsearch indices and snapshots";