Skip to content

Commit

Permalink
makefile: add python3-venv to build dependencies (doc generation)
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed May 7, 2020
1 parent 07f007e commit ebaab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##############################

Expand Down

0 comments on commit ebaab05

Please sign in to comment.