Skip to content

Commit

Permalink
pythonPackages.elasticsearch-curator: Jailbreak click (#57912)
Browse files Browse the repository at this point in the history
  • Loading branch information
srhb authored and dotlambda committed Mar 20, 2019
1 parent 399061d commit f6e1221
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -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";
Expand Down

0 comments on commit f6e1221

Please sign in to comment.