HADOOP-18049. Pin python-lazy-object-proxy to 1.6.0 in docker image (#3813)

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
Dhananjay Badaya 2021-12-17 14:32:26 +05:30 committed by GitHub
parent 7d88a54d40
commit 2873606fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -183,7 +183,8 @@ RUN apt-get -q update \
RUN pip2 install \
configparser==4.0.2 \
pylint==1.9.2 \
isort==4.3.21
isort==4.3.21 \
lazy-object-proxy==1.6.0
####
# Install dateutil.parser

View File

@ -19,4 +19,4 @@
######
# Install pylint and python-dateutil
######
pip2 install configparser==4.0.2 pylint==1.9.2 isort==4.3.21 python-dateutil==2.7.3
pip2 install configparser==4.0.2 pylint==1.9.2 isort==4.3.21 lazy-object-proxy==1.6.0 python-dateutil==2.7.3