Skip to content

Commit

Permalink
Revert "CI: Fix macOS build by installing python setuptools"
Browse files Browse the repository at this point in the history
With GLib 2.80 this is no longer required.
See also: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3740

This reverts commit c37ad40.
  • Loading branch information
radioactiveman committed Apr 5, 2024
1 parent 0e90084 commit 62bfcd9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/install-dependencies/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ case "$os" in
else
brew install $macos_packages qt@5 automake
fi

# Install Python setuptools for the distutils module which is still
# required by gdbus-codegen and no longer shipped with Python >= 3.12.
#
# - https://peps.python.org/pep-0632
# - https://github.com/python/cpython/issues/95299
python3 -m pip install setuptools
;;

windows*)
Expand Down

0 comments on commit 62bfcd9

Please sign in to comment.