Compiling python together with the scipy bundle at the toolchain level has disadvantages:
- Unnecessarily duplicated python interpreters
- Any modules with direct or indirect runtime dependencies on Python is forced to be on the toolchain level as well. This primarily
Having a runtime dependency libpython at GCCcore will significantly reduce number of modules, as well as ensuring that all GCCcore based toolchains have access to a wider base of modules automatically.
Some affected configs that are currently at toolchain levels (due to Python) are: