Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1288627 - python3-cairocffi does not pull in python3-cffi as a dependency
Summary: python3-cairocffi does not pull in python3-cffi as a dependency
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-cairocffi
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Eric Smith
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-04 19:21 UTC by Gianluca Sforna
Modified: 2016-02-26 19:25 UTC (History)
3 users (show)

Fixed In Version: python-cairocffi-0.6-4.fc23
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-26 02:40:08 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Gianluca Sforna 2015-12-04 19:21:16 UTC
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'

Comment 1 Mairi Dulaney 2016-02-08 16:47:18 UTC
I am now a comaintainer of this package, and will be addressing this.

Comment 2 Mairi Dulaney 2016-02-08 17:10:32 UTC
By chance, what version are you on?  In 0.7.2, python3-cffi is required by python3-cairocffi.

Comment 3 Gianluca Sforna 2016-02-09 08:52:50 UTC
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.

Comment 4 Mairi Dulaney 2016-02-09 19:24:34 UTC
Okay, I will add the requires to 0.6.

Comment 5 Fedora Update System 2016-02-09 20:12:36 UTC
python-cairocffi-0.6-4.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-e94b71a6db

Comment 6 Mairi Dulaney 2016-02-10 16:51:43 UTC
Do you mind giving the new build a quick test, and if it works, positive karma in Bodhi?

Comment 7 Fedora Update System 2016-02-10 18:51:18 UTC
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

Comment 8 Gianluca Sforna 2016-02-11 10:44:59 UTC
Works. Thank you very much

Comment 9 Fedora Update System 2016-02-26 19:25:23 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.