Skip to content

Commit

Permalink
PKG: trying to add google to py2app packages on 3.8
Browse files Browse the repository at this point in the history
Otherwise google/_upb/_message.abi3.so etc get copied to site-packages zip file and can't be code-signed
  • Loading branch information
peircej committed Jun 30, 2024
1 parent 676cf58 commit d286950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setupApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def dyld_find(name, loader=None, **kwargs):
'macropy',
]
)
packages.append('google') # otherwise it gets inserted into zip and won't sign
packages.append('PyQt5')
packages.remove('PyQt6') # PyQt6 is not compatible with earlier PsychoPy versions

Expand Down

0 comments on commit d286950

Please sign in to comment.