From 99500243e10c12c0a5005da49aa1986947b27153 Mon Sep 17 00:00:00 2001 From: skullydazed Date: Mon, 6 May 2019 10:56:34 -0700 Subject: Make python a required build dependency (#5784) * Make python a required build dependency * Add missing color * fixup sabayon linux per @BlitzKraft --- util/freebsd_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/freebsd_install.sh') diff --git a/util/freebsd_install.sh b/util/freebsd_install.sh index 25ea80a7f..c8696e8cc 100755 --- a/util/freebsd_install.sh +++ b/util/freebsd_install.sh @@ -15,4 +15,5 @@ pkg install -y \ arm-none-eabi-gcc \ arm-none-eabi-binutils \ arm-none-eabi-newlib \ - diffutils + diffutils \ + python3 -- cgit v1.2.3-70-g09d2