summaryrefslogtreecommitdiff
path: root/util/macos_install.sh
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2019-05-06 10:56:34 -0700
committerDrashna Jaelre <drashna@live.com>2019-05-06 23:43:56 -0700
commit9ab77d760cf309bb8b6ec17742c96ceae4de8965 (patch)
tree091372ff1bb5f388d661a030dd716c6dc89000e1 /util/macos_install.sh
parentff3e430970fb38940598ae96e2c85d1cb9e15ad9 (diff)
Make python a required build dependency (#5784)
* Make python a required build dependency * Add missing color * fixup sabayon linux per @BlitzKraft
Diffstat (limited to 'util/macos_install.sh')
-rwxr-xr-xutil/macos_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh
index d2629a8cb4..93f3ed0b96 100755
--- a/util/macos_install.sh
+++ b/util/macos_install.sh
@@ -22,5 +22,5 @@ fi
brew tap osx-cross/avr
brew tap PX4/homebrew-px4
brew update
-brew install avr-gcc@7 gcc-arm-none-eabi dfu-programmer avrdude dfu-util
+brew install avr-gcc@7 gcc-arm-none-eabi dfu-programmer avrdude dfu-util python3
brew link --force avr-gcc@7