-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I'll note that I know nothing about Python FFI interfaces. I'm looking at updating the Fedora python-xcffib package to 1.7.0. This is now building with gcc and making an arch dependent package. When I try to then build cairoffi, it fails with:
../BUILDROOT/usr/lib/python3.13/site-packages/cairocffi/__init__.py:18: in <module>
from .ffi import ffi
../BUILDROOT/usr/lib/python3.13/site-packages/cairocffi/ffi.py:26: in <module>
ffi.include(xcb_ffi)
/usr/lib64/python3.13/site-packages/cffi/api.py:527: in include
raise TypeError("ffi.include() expects an argument that is also of"
E TypeError: ffi.include() expects an argument that is also of type cffi.FFI, not 'FFI'
Do you know what is going on here? Does cairoffi need to be updated or is xcffib doing something strange? Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels