File tree 4 files changed +2
-12
lines changed
4 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ PYTHON2_DEPENDENCIES="python-alembic
29
29
python-dateutil
30
30
python-editor
31
31
python-elasticsearch
32
- python-elasticsearch5
33
32
python-entrypoints
34
33
python-enum34
35
34
python-flask
Original file line number Diff line number Diff line change 5
5
# This file is generated by l2tdevtools update-dependencies.py any dependency
6
6
# related changes should be made in dependencies.ini.
7
7
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" ;
9
9
10
10
DPKG_PYTHON2_TEST_DEPENDENCIES=" python-coverage python-flask-testing python-funcsigs python-mock python-nose python-pbr" ;
11
11
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" ;
13
13
14
14
DPKG_PYTHON3_TEST_DEPENDENCIES=" python3-flask-testing python3-mock python3-nose python3-pbr python3-setuptools" ;
15
15
Original file line number Diff line number Diff line change @@ -107,14 +107,6 @@ pypi_name: elasticsearch
107
107
rpm_name: python-elasticsearch
108
108
version_property: __versionstr__
109
109
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
-
118
110
[enum34]
119
111
dpkg_name: python-enum34
120
112
minimum_version: 1.1.6
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ requires = Mako >= 1.0.7
11
11
PyYAML >= 3.10
12
12
kombu >= 4.1.0
13
13
python-elasticsearch >= 6.0
14
- python-elasticsearch5 >= 5.4.0
15
14
python2-alembic >= 0.9.5
16
15
python2-altair >= 2.4.1
17
16
python2-amqp >= 2.2.1
You can’t perform that action at this time.
0 commit comments