mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
pythonPackages.elasticsearch-curator: Jailbreak click (#57912)
This commit is contained in:
parent
399061d3e4
commit
f6e1221e8d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user