From 83f7b1f4d96cd96c0aadf750baf9c827197ab74b Mon Sep 17 00:00:00 2001 From: Juraj Lutter Date: Tue, 30 Nov 2021 16:04:00 +0100 Subject: textproc/py-elasticsearch-curator: Unbreak the build Unbreak the build after upgrade to 5.8.4: - Switch to GitHub download - Adjust dependencies Reported by: pkg-fallout --- textproc/py-elasticsearch-curator/files/patch-setup.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 textproc/py-elasticsearch-curator/files/patch-setup.py (limited to 'textproc/py-elasticsearch-curator/files/patch-setup.py') diff --git a/textproc/py-elasticsearch-curator/files/patch-setup.py b/textproc/py-elasticsearch-curator/files/patch-setup.py new file mode 100644 index 000000000000..ca3612a98c60 --- /dev/null +++ b/textproc/py-elasticsearch-curator/files/patch-setup.py @@ -0,0 +1,17 @@ +--- setup.py.orig 2021-11-30 13:38:11 UTC ++++ setup.py +@@ -23,12 +23,12 @@ def get_version(): + + def get_install_requires(): + res = ['elasticsearch>=7.12.0,<8.0.0' ] +- res.append('urllib3==1.26.4') ++ res.append('urllib3>=1.26.4') + res.append('requests>=2.25.1') + res.append('boto3>=1.17.57') + res.append('requests_aws4auth>=1.0.1') + res.append('click>=7.0,<8.0') +- res.append('pyyaml==5.4.1') ++ res.append('pyyaml>=5.4.1') + res.append('voluptuous>=0.12.1') + res.append('certifi>=2020.12.5') + res.append('six>=1.15.0') -- cgit v1.2.3