#151 debian dependencies: add python-is-python3

已合并
vimuser 2 年之前 将 1 次代码提交从 anjan/master合并至 osboot/master
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/scripts/build/dependencies/debian

+ 1 - 1
resources/scripts/build/dependencies/debian

@@ -81,7 +81,7 @@ apt-get -y install build-essential perl
 # Coreboot build dependencies (also requires build-essential and git)
 # Coreboot build dependencies (also requires build-essential and git)
 # ------------------------------------------------------------
 # ------------------------------------------------------------
 
 
-apt-get -y install libncurses5-dev doxygen iasl gdb flex bison build-essential git libssl-dev gnat
+apt-get -y install libncurses5-dev doxygen iasl gdb flex bison build-essential git libssl-dev gnat python-is-python3
 
 
 # For cross-compiling i686 target on x86_64 host.
 # For cross-compiling i686 target on x86_64 host.
 [ "${arch}" -eq 0 ] && apt-get -y install lib32ncurses5-dev
 [ "${arch}" -eq 0 ] && apt-get -y install lib32ncurses5-dev