makefile: add python3-venv to build dependencies (doc generation)

This commit is contained in:
nodiscc
2020-05-07 19:48:50 +02:00
parent 07f007e1a3
commit ebaab0513d

View File

@@ -11,7 +11,7 @@ download_extra:
install_buildenv: install_buildenv:
# Install packages required to build the image # Install packages required to build the image
sudo apt install live-build make build-essential wget git xmlstarlet unzip colordiff shellcheck apt-transport-https rename ovmf rsync sudo apt install live-build make build-essential wget git xmlstarlet unzip colordiff shellcheck apt-transport-https rename ovmf rsync python3-venv
############################## ##############################