[baseimage]: update python-click to 7.0-1 to support python3
Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
parent
207e32a9f2
commit
4e07c7880a
@ -7,11 +7,10 @@
|
||||
# TODO: If we upgrade to a distro which provides a version >= 6.7 we will no
|
||||
# longer need to build this.
|
||||
|
||||
PYTHON_CLICK_VERSION = 6.7-4
|
||||
PYTHON_CLICK_VERSION = 7.0-1
|
||||
|
||||
export PYTHON_CLICK_VERSION
|
||||
|
||||
PYTHON_CLICK = python-click_$(PYTHON_CLICK_VERSION)_all.deb
|
||||
$(PYTHON_CLICK)_SRC_PATH = $(SRC_PATH)/python-click
|
||||
SONIC_MAKE_DEBS += $(PYTHON_CLICK)
|
||||
SONIC_STRETCH_DEBS += $(PYTHON_CLICK)
|
||||
|
@ -266,6 +266,7 @@ RUN apt-get update && apt-get install -y \
|
||||
iproute2 \
|
||||
# For python-click build
|
||||
python-sphinx \
|
||||
python3-pallets-sphinx-themes \
|
||||
python-docutils \
|
||||
python3-all \
|
||||
python3-setuptools \
|
||||
|
Loading…
Reference in New Issue
Block a user