From ebaab0513d38e4c82f2a0f72879e7664a45c4dc4 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 7 May 2020 19:48:50 +0200 Subject: [PATCH] makefile: add python3-venv to build dependencies (doc generation) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3098ef..4d9037d 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ download_extra: install_buildenv: # 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 ##############################