Bug 740044

Summary: ipython-gui incorrectly requires the wrong PyQt version
Product: [Fedora] Fedora Reporter: Michel Alexandre Salim <michel>
Component: ipythonAssignee: Michel Alexandre Salim <michel>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 16CC: bkearney, shahms, tomspur
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: ipython-0.11-2.fc16 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-05 17:37:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
patchfor ipython.spec to fix incorrect -gui dependency none

Description Michel Alexandre Salim 2011-09-20 19:13:31 UTC
Created attachment 524086 [details]
patchfor ipython.spec to fix incorrect -gui dependency

Description of problem:
"ipython qtconsole" uses the Python bindings for Qt4 (PyQt4) but the -gui subpackage requires PyQt, which is the Qt3 bindings

Version-Release number of selected component (if applicable):
ipython-gui

How reproducible:
Always

Steps to Reproduce:
1. yum install ipython-gui
2. note that PyQt and qt3 are pulled in
3. rpm -e --nodeps PyQt qt3
4. Try running "ipython qtconsole"
  
Actual results:
If PyQt is an actual dependency then (4) should fail, but it works as long as PyQt4 is installed

Expected results:


Additional info:
I've tested a slightly modified spec with the proper Requires: change; let me know if I can just commit it or you want to make other changes.

Comment 1 Thomas Spura 2011-09-21 08:36:55 UTC
(In reply to comment #0)
> I've tested a slightly modified spec with the proper Requires: change; let me
> know if I can just commit it or you want to make other changes.

Feel free to do so and push an update for f16 :)

Thanks for noticing this!

Comment 2 Fedora Update System 2011-09-21 10:30:28 UTC
ipython-0.11-2.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/ipython-0.11-2.fc16

Comment 3 Fedora Update System 2011-09-21 22:13:02 UTC
Package ipython-0.11-2.fc16:
* should fix your issue,
* was pushed to the Fedora 16 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing ipython-0.11-2.fc16'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/ipython-0.11-2.fc16
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2011-10-05 17:37:25 UTC
ipython-0.11-2.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.