Skip to content

Commit

Permalink
macOS: pin setuptools to 70.3.0
Browse files Browse the repository at this point in the history
  py2app used in the macOS compile script requires setuptools to
  bundles python modules into the app bundle.  Currently, py2app is
  broken with setuptools versions > 70.3.0.  This should be backed out
  one py2app is fixed
  • Loading branch information
jhoyt4 committed Oct 19, 2024
1 parent 4cd1978 commit 866f5c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/mythtv-macports/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
- traceback2
- urllib3
- wheel
- setuptools==70.3.0
environment:
MYSQLCLIENT_LDFLAGS: "{{ MYSQLCLIENT_LDFLAGS }}"
MYSQLCLIENT_CFLAGS: "{{ MYSQLCLIENT_CFLAGS }}"
Expand Down

0 comments on commit 866f5c5

Please sign in to comment.