Skip to content

Commit 2e5a8de

Browse files
joachimmetzberggren
authored andcommitted
Removed elasticsearch5-py as a dependency (#879)
1 parent b157eda commit 2e5a8de

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

config/linux/gift_ppa_install.sh

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ PYTHON2_DEPENDENCIES="python-alembic
2929
python-dateutil
3030
python-editor
3131
python-elasticsearch
32-
python-elasticsearch5
3332
python-entrypoints
3433
python-enum34
3534
python-flask

config/travis/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# This file is generated by l2tdevtools update-dependencies.py any dependency
66
# related changes should be made in dependencies.ini.
77

8-
DPKG_PYTHON2_DEPENDENCIES="python-alembic python-altair python-amqp python-aniso8601 python-asn1crypto python-attr python-bcrypt python-billiard python-blinker python-bs4 python-celery python-certifi python-cffi python-chardet python-click python-configparser python-cryptography python-datasketch python-dateutil python-editor python-elasticsearch python-elasticsearch5 python-entrypoints python-enum34 python-flask python-flask-bcrypt python-flask-login python-flask-migrate python-flask-restful python-flask-script python-flask-sqlalchemy python-flask-wtf python-gunicorn python-idna python-ipaddress python-itsdangerous python-jinja2 python-jsonschema python-jwt python-kombu python-mako python-markupsafe python-neo4jrestclient python-numpy python-pandas python-parameterized python-pycparser python-pyrsistent python-redis python-requests python-six python-sqlalchemy python-toolz python-typing python-tz python-urllib3 python-vine python-werkzeug python-wtforms python-yaml";
8+
DPKG_PYTHON2_DEPENDENCIES="python-alembic python-altair python-amqp python-aniso8601 python-asn1crypto python-attr python-bcrypt python-billiard python-blinker python-bs4 python-celery python-certifi python-cffi python-chardet python-click python-configparser python-cryptography python-datasketch python-dateutil python-editor python-elasticsearch python-entrypoints python-enum34 python-flask python-flask-bcrypt python-flask-login python-flask-migrate python-flask-restful python-flask-script python-flask-sqlalchemy python-flask-wtf python-gunicorn python-idna python-ipaddress python-itsdangerous python-jinja2 python-jsonschema python-jwt python-kombu python-mako python-markupsafe python-neo4jrestclient python-numpy python-pandas python-parameterized python-pycparser python-pyrsistent python-redis python-requests python-six python-sqlalchemy python-toolz python-typing python-tz python-urllib3 python-vine python-werkzeug python-wtforms python-yaml";
99

1010
DPKG_PYTHON2_TEST_DEPENDENCIES="python-coverage python-flask-testing python-funcsigs python-mock python-nose python-pbr";
1111

12-
DPKG_PYTHON3_DEPENDENCIES="python3-alembic python3-altair python3-amqp python3-aniso8601 python3-asn1crypto python3-attr python3-bcrypt python3-billiard python3-blinker python3-bs4 python3-celery python3-certifi python3-cffi python3-chardet python3-click python3-cryptography python3-datasketch python3-dateutil python3-editor python3-elasticsearch python3-elasticsearch5 python3-entrypoints python3-flask python3-flask-bcrypt python3-flask-login python3-flask-migrate python3-flask-restful python3-flask-script python3-flask-sqlalchemy python3-flask-wtf python3-gunicorn python3-idna python3-ipaddress python3-itsdangerous python3-jinja2 python3-jsonschema python3-jwt python3-kombu python3-mako python3-markupsafe python3-neo4jrestclient python3-numpy python3-pandas python3-parameterized python3-pycparser python3-pyrsistent python3-redis python3-requests python3-six python3-sqlalchemy python3-toolz python3-tz python3-urllib3 python3-vine python3-werkzeug python3-wtforms python3-yaml";
12+
DPKG_PYTHON3_DEPENDENCIES="python3-alembic python3-altair python3-amqp python3-aniso8601 python3-asn1crypto python3-attr python3-bcrypt python3-billiard python3-blinker python3-bs4 python3-celery python3-certifi python3-cffi python3-chardet python3-click python3-cryptography python3-datasketch python3-dateutil python3-editor python3-elasticsearch python3-entrypoints python3-flask python3-flask-bcrypt python3-flask-login python3-flask-migrate python3-flask-restful python3-flask-script python3-flask-sqlalchemy python3-flask-wtf python3-gunicorn python3-idna python3-ipaddress python3-itsdangerous python3-jinja2 python3-jsonschema python3-jwt python3-kombu python3-mako python3-markupsafe python3-neo4jrestclient python3-numpy python3-pandas python3-parameterized python3-pycparser python3-pyrsistent python3-redis python3-requests python3-six python3-sqlalchemy python3-toolz python3-tz python3-urllib3 python3-vine python3-werkzeug python3-wtforms python3-yaml";
1313

1414
DPKG_PYTHON3_TEST_DEPENDENCIES="python3-flask-testing python3-mock python3-nose python3-pbr python3-setuptools";
1515

dependencies.ini

-8
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,6 @@ pypi_name: elasticsearch
107107
rpm_name: python-elasticsearch
108108
version_property: __versionstr__
109109

110-
[elasticsearch5]
111-
dpkg_name: python-elasticsearch5
112-
l2tbinaries_name: elasticsearch5-py
113-
minimum_version: 5.4.0
114-
pypi_name: elasticsearch5
115-
rpm_name: python-elasticsearch5
116-
version_property: __versionstr__
117-
118110
[enum34]
119111
dpkg_name: python-enum34
120112
minimum_version: 1.1.6

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ requires = Mako >= 1.0.7
1111
PyYAML >= 3.10
1212
kombu >= 4.1.0
1313
python-elasticsearch >= 6.0
14-
python-elasticsearch5 >= 5.4.0
1514
python2-alembic >= 0.9.5
1615
python2-altair >= 2.4.1
1716
python2-amqp >= 2.2.1

0 commit comments

Comments
 (0)