[build] No longer install Python 'click-default-group' package (#4811)
All dependencies upon the Python 'click-default-group' package have been removed from sonic-utilities as of https://github.com/Azure/sonic-utilities/pull/903. The submodule was updated to include this patch as of https://github.com/Azure/sonic-buildimage/pull/4601, therefore we no longer need to install this package in the SONiC image.
This commit is contained in:
parent
7306de41fd
commit
1f8a78cef1
@ -171,8 +171,6 @@ sudo dpkg --root=$FILESYSTEM_ROOT -i $debs_path/python-click*_all.deb || \
|
||||
# Install python pexpect used by sonic-utilities consutil
|
||||
# using pip install instead to get a more recent version than is available through debian
|
||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip install pexpect
|
||||
# Install python click-default-group by sonic-utilities
|
||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip install click-default-group==1.2
|
||||
|
||||
# Install tabulate >= 0.8.1 via pip in order to support multi-line row output for sonic-utilities
|
||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip install tabulate==0.8.2
|
||||
|
@ -39,7 +39,6 @@ RUN apt-get install -y net-tools \
|
||||
iproute \
|
||||
libpython2.7 \
|
||||
grub2-common \
|
||||
python-click-default-group \
|
||||
python-click \
|
||||
python-natsort \
|
||||
python-tabulate \
|
||||
|
@ -32,7 +32,6 @@ RUN apt-get install -y net-tools \
|
||||
libc-ares2 \
|
||||
iproute \
|
||||
grub2-common \
|
||||
python-click-default-group \
|
||||
python-click \
|
||||
python-natsort \
|
||||
python-tabulate \
|
||||
|
@ -351,7 +351,7 @@ RUN pip install j2cli==0.3.10
|
||||
# Remove python-click 6.6
|
||||
RUN apt-get purge -y python-click
|
||||
# For sonic utilities testing
|
||||
RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints
|
||||
RUN pip install click natsort tabulate netifaces==0.10.7 fastentrypoints
|
||||
|
||||
# For sonic snmpagent mock testing
|
||||
RUN pip3 install mockredispy==2.9.3
|
||||
|
@ -311,7 +311,7 @@ RUN pip install --force-reinstall --upgrade "jinja2>=2.10"
|
||||
RUN pip install j2cli==0.3.10
|
||||
|
||||
# For sonic utilities testing
|
||||
RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints
|
||||
RUN pip install click natsort tabulate netifaces==0.10.7 fastentrypoints
|
||||
|
||||
# For supervisor build
|
||||
RUN pip install meld3 mock
|
||||
|
@ -350,7 +350,7 @@ RUN pip install j2cli==0.3.10
|
||||
# Remove python-click 6.6
|
||||
RUN apt-get purge -y python-click
|
||||
# For sonic utilities testing
|
||||
RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints
|
||||
RUN pip install click natsort tabulate netifaces==0.10.7 fastentrypoints
|
||||
|
||||
# For sonic snmpagent mock testing
|
||||
RUN pip3 install mockredispy==2.9.3
|
||||
|
Loading…
Reference in New Issue
Block a user