Bug 1288627
Summary: | python3-cairocffi does not pull in python3-cffi as a dependency | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gianluca Sforna <giallu> |
Component: | python-cairocffi | Assignee: | Eric Smith <spacewar> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 23 | CC: | giallu, jdulaney, spacewar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-cairocffi-0.6-4.fc23 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-02-26 02:40:08 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
I am now a comaintainer of this package, and will be addressing this. By chance, what version are you on? In 0.7.2, python3-cffi is required by python3-cairocffi. Yep. I noticed 0.7.x is ok, but f23 right now pulls in 0.6-3, which exhibit the issue. I am not sure how compatible they are, that is, if it's better to make a 0.6-4 or pull in the 0.7 package in f23. Okay, I will add the requires to 0.6. python-cairocffi-0.6-4.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-e94b71a6db Do you mind giving the new build a quick test, and if it works, positive karma in Bodhi? python-cairocffi-0.6-4.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-e94b71a6db Works. Thank you very much python-cairocffi-0.6-4.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
installation of python3-cairocffi does not provide a working package as in: $ python3 Python 3.4.3 (default, Jun 29 2015, 12:16:01) [GCC 5.1.1 20150618 (Red Hat 5.1.1-4)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import cairocffi Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.4/site-packages/cairocffi/__init__.py", line 14, in <module> from cffi import FFI ImportError: No module named 'cffi'