mbox series

[0/3] configs: select missing Python 3.x dependency for U-Boot

Message ID 20201106182701.17410-1-m.niestroj@grinn-global.com
Headers show
Series configs: select missing Python 3.x dependency for U-Boot | expand

Message

Marcin Niestroj Nov. 6, 2020, 6:26 p.m. UTC
This series fixes 3 board configs, which fail to build due to missing Python
3.x.

Marcin Niestroj (3):
  configs/orangepi_zero_plus: use Python 3.x
  configs/orangepi_pc: use Python 3.x
  configs/rock_pi_n8: use Python 3.x

 configs/orangepi_pc_defconfig        | 1 +
 configs/orangepi_zero_plus_defconfig | 1 +
 configs/rock_pi_n8_defconfig         | 1 +
 3 files changed, 3 insertions(+)

Comments

Thomas Petazzoni Nov. 7, 2020, 12:21 p.m. UTC | #1
On Fri,  6 Nov 2020 19:26:58 +0100
Marcin Niestroj <m.niestroj@grinn-global.com> wrote:

> Marcin Niestroj (3):
>   configs/orangepi_zero_plus: use Python 3.x
>   configs/orangepi_pc: use Python 3.x
>   configs/rock_pi_n8: use Python 3.x

Thanks, applied to master!

Thomas