Remove the explicit link to libpython. This is an unnecessary link as the loading application will have to resolve the libpython symbols itself, as following the standard it will load the FMU with RTLD_LOCAL. This means python extensions will fail to load as `libpython` will have been loaded in a hidden manner.