- Use python-cffi rewrite of Python plugin to fix linking issues. It would otherwise be fine to just patch the meson files to link against python-embed instead however there is a fatal error with Python 3.9 that is fixed with the rewrite.
Details
Details
- Reviewers
joebonrichie - Group Reviewers
Triage Team - Maniphest Tasks
- T9866: Post Python 3.9 Rebuilds TODO
- Commits
- R1402:790b4bd9c646: hexchat: Fix linking against Python 3.9
- Tested connecting to usual servers and channels
- Ran /py exec import hexchat; print(hexchat.get_info('channel')) to verify that the python module was working.
Diff Detail
Diff Detail
- Repository
- R1402 hexchat
- Lint
Lint Not Applicable - Unit
Tests Not Applicable