File tree 6 files changed +3
-7
lines changed
6 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -171,8 +171,6 @@ sudo dpkg --root=$FILESYSTEM_ROOT -i $debs_path/python-click*_all.deb || \
171
171
# Install python pexpect used by sonic-utilities consutil
172
172
# using pip install instead to get a more recent version than is available through debian
173
173
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip install pexpect
174
- # Install python click-default-group by sonic-utilities
175
- sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip install click-default-group==1.2
176
174
177
175
# Install tabulate >= 0.8.1 via pip in order to support multi-line row output for sonic-utilities
178
176
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip install tabulate==0.8.2
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ RUN apt-get install -y net-tools \
39
39
iproute \
40
40
libpython2.7 \
41
41
grub2-common \
42
- python-click-default-group \
43
42
python-click \
44
43
python-natsort \
45
44
python-tabulate \
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ RUN apt-get install -y net-tools \
32
32
libc-ares2 \
33
33
iproute \
34
34
grub2-common \
35
- python-click-default-group \
36
35
python-click \
37
36
python-natsort \
38
37
python-tabulate \
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ RUN pip install j2cli==0.3.10
351
351
# Remove python-click 6.6
352
352
RUN apt-get purge -y python-click
353
353
# For sonic utilities testing
354
- RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints
354
+ RUN pip install click natsort tabulate netifaces==0.10.7 fastentrypoints
355
355
356
356
# For sonic snmpagent mock testing
357
357
RUN pip3 install mockredispy==2.9.3
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ RUN pip install --force-reinstall --upgrade "jinja2>=2.10"
311
311
RUN pip install j2cli==0.3.10
312
312
313
313
# For sonic utilities testing
314
- RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints
314
+ RUN pip install click natsort tabulate netifaces==0.10.7 fastentrypoints
315
315
316
316
# For supervisor build
317
317
RUN pip install meld3 mock
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ RUN pip install j2cli==0.3.10
350
350
# Remove python-click 6.6
351
351
RUN apt-get purge -y python-click
352
352
# For sonic utilities testing
353
- RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints
353
+ RUN pip install click natsort tabulate netifaces==0.10.7 fastentrypoints
354
354
355
355
# For sonic snmpagent mock testing
356
356
RUN pip3 install mockredispy==2.9.3
You can’t perform that action at this time.
0 commit comments