----- Original Message ----- > Hello everyone, > > As of Python 3.8, python C extensions modules should not link to libpython, > unless they embed the interpreter in their code. Relevant upstream PR: > https://github.com/python/cpython/pull/12946 > If your package links to libpython without requiring it, it won't be possible > to use the python3-debug binary with your python C extension, unless you > recompile the extension against it. > <snip> > hadess libpeas libplist libpeas embeds an interpreter, so that link is expected. libplist has been updated in rawhide to fix the wrong linkage, but the library name has changed, so a couple of modules might need to be fixed up and rebuilt. gvfs is one of them: https://gitlab.gnome.org/GNOME/gvfs/-/merge_requests/88 Cheers _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx