(In reply to Nathan Cutler from comment #4) > I'm thinking how to solve this problem, and the only solution that occurs to > me is to build and ship python311-pygit2. That will then require > python311-cffi which is in the Python 3 module at version 1.15.1. Ah, but even that won't be enough to meet the requirement: Requirement.parse('cffi>=1.16.0'), {'pygit2'}) So the first thing would be to land an update of python311-cffi in the Python 3 module, but even that will probably require an ECO (back to Comment 1).