summaryrefslogtreecommitdiffstats
path: root/tools/macos-setup-brew.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 17:44:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 17:44:25 +0000
commitf59ea5f7690c9a01ef6f7f6508084a66c40b1dae (patch)
tree482ee255d71f113be6c62e9ff3543fd6ebb9f12a /tools/macos-setup-brew.sh
parentReleasing progress-linux version 4.2.2-1.1~progress7.99u1. (diff)
downloadwireshark-f59ea5f7690c9a01ef6f7f6508084a66c40b1dae.tar.xz
wireshark-f59ea5f7690c9a01ef6f7f6508084a66c40b1dae.zip
Merging upstream version 4.2.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/macos-setup-brew.sh')
-rwxr-xr-xtools/macos-setup-brew.sh11
1 files changed, 8 insertions, 3 deletions
diff --git a/tools/macos-setup-brew.sh b/tools/macos-setup-brew.sh
index 17c92ce..910f7e8 100755
--- a/tools/macos-setup-brew.sh
+++ b/tools/macos-setup-brew.sh
@@ -108,7 +108,6 @@ ADDITIONAL_LIST=(
libsmi
libssh
libxml2
- lua@5.1
lz4
minizip
opus
@@ -140,8 +139,13 @@ fi
install_formulae "${ACTUAL_LIST[@]}"
+if [ $INSTALL_OPTIONAL -ne 0 ] ; then
+ brew install lua@5.1 || printf "Lua 5.1 installation failed.\\n"
+fi
+
if [ $INSTALL_DMG_DEPS -ne 0 ] ; then
- pip3 install dmgbuild
+ printf "Sorry, you'll have to install dmgbuild yourself for the time being.\\n"
+ # pip3 install dmgbuild
fi
if [ $INSTALL_SPARKLE_DEPS -ne 0 ] ; then
@@ -149,7 +153,8 @@ if [ $INSTALL_SPARKLE_DEPS -ne 0 ] ; then
fi
if [ $INSTALL_TEST_DEPS -ne 0 ] ; then
- pip3 install pytest pytest-xdist
+ printf "Sorry, you'll have to install pytest and pytest-xdist yourself for the time being.\\n"
+ # pip3 install pytest pytest-xdist
fi
# Uncomment to add PNG compression utilities used by compress-pngs: