FS#52913 - [python-cairocffi] python-xcffib should be required

Attached to Project: Community Packages
Opened by hamelg (hamelg) - Thursday, 09 February 2017, 20:17 GMT
Last edited by Felix Yan (felixonmars) - Monday, 25 December 2017, 05:42 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Dependency on
python-xcffib: for xcb support
is tagged Optionals, it should be Required

Additional info:
* package version(s)
Name : python-cairocffi
Version : 0.8.0-1


Steps to reproduce:
$ python -c 'import cairocffi as cairo'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.6/site-packages/cairocffi/__init__.py", line 18, in <module>
from ._ffi import ffi
File "/usr/lib/python3.6/site-packages/cairocffi/_ffi.py", line 3, in <module>
from xcffib._ffi import ffi as _ffi0
ModuleNotFoundError: No module named 'xcffib'
This task depends upon

Closed by  Felix Yan (felixonmars)
Monday, 25 December 2017, 05:42 GMT
Reason for closing:  Fixed

Loading...