Skip to content

Commit

Permalink
install setuptools on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch authored and christian-rauch committed Oct 19, 2024
1 parent 522de3a commit a462066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ elif [[ "$MANAGER" == "brew" ]]; then
PKGS_OPTIONS+=(install)
if ((VERBOSE > 0)); then PKGS_OPTIONS+=(--verbose); fi
PKGS_REQUIRED+=(glew eigen cmake ninja)
PKGS_RECOMMENDED+=(libjpeg-turbo libpng openexr libtiff ffmpeg lz4 zstd catch2)
PKGS_RECOMMENDED+=(libjpeg-turbo libpng openexr libtiff ffmpeg lz4 zstd catch2 python-setuptools)
# Brew doesn't have a dryrun option
if ((DRYRUN > 0)); then
MANAGER="echo $MANAGER"
Expand Down

0 comments on commit a462066

Please sign in to comment.