ports/textproc/py-elasticsearch-curator/files/patch-setup.cfg
Juraj Lutter 83f7b1f4d9 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
2021-11-30 18:42:32 +01:00

20 lines
522 B
INI

--- setup.cfg.orig 2021-11-30 15:42:26 UTC
+++ setup.cfg
@@ -23,7 +23,7 @@ classifiers =
install_requires =
voluptuous>=0.12.1
elasticsearch>=7.12.0,<8.0.0
- urllib3==1.26.4
+ urllib3>=1.26.4
requests>=2.25.1
boto3>=boto3-1.17.57
requests_aws4auth>=1.0.1
@@ -35,7 +35,7 @@ install_requires =
setup_requires =
voluptuous>=0.12.1
elasticsearch>=7.12.0,<8.0.0
- urllib3==1.26.4
+ urllib3>=1.26.4
requests>=2.25.1
boto3>=boto3-1.17.57
requests_aws4auth>=1.0.1