pythonPackages.elasticsearch-curator: Jailbreak click (#57912)

This commit is contained in:
Sarah Brofeldt 2019-03-20 13:30:13 +01:00 committed by Robert Schütz
parent 399061d3e4
commit f6e1221e8d

View file

@ -45,6 +45,13 @@ buildPythonPackage rec {
funcsigs
];
postPatch = ''
substituteInPlace setup.cfg \
--replace 'click>=6.7,<7.0' 'click'
substituteInPlace setup.py \
--replace 'click>=6.7,<7.0' 'click'
'';
meta = with stdenv.lib; {
homepage = https://github.com/elastic/curator;
description = "Curate, or manage, your Elasticsearch indices and snapshots";