ynput / ayon-launcher

AYON desktop application launcher
Apache License 2.0
34 stars 14 forks source link

Build process: Builtin python dependencies are added safely #86

Closed iLLiCiTiT closed 10 months ago

iLLiCiTiT commented 10 months ago

Changelog Description

Ignore python builtin dependencies that are not available.

Additional info

All the dependencies in the list are added "in advance" to match python dependencies, but are not required, and some of them are not available on some platforms, so we gracefully skip them.