eclipse-velocitas / vehicle-app-python-sdk

vehicle-app-python-sdk
Apache License 2.0
7 stars 18 forks source link

Fix setuptools regression #134

Closed erikbosch closed 1 month ago

erikbosch commented 1 month ago

This fixes the build problem by upgrading pyinstaller. It also addresses various build warnings by upgrading actions and refactoring the license check similar to what have been in some other repos.

See also https://github.com/pypa/setuptools/issues/4374

Fixes #133

erikbosch commented 1 month ago

@lukasmittag - this seemed to do the trick. I have only updated the example causing the regression though

erikbosch commented 1 month ago

PR updated now - now no warnings on builds given. If we go for pyinstaller 6.9 as in this PR we could update other builds afterwards

erikbosch commented 1 month ago

@BjoernAtBosch @lukasmittag - updated now. Going for 6.9 as pinned version?