Bug 1006433

Summary: ipython-console etc. don't require ipython?
Product: [Fedora] Fedora Reporter: Neal Becker <ndbecker2>
Component: ipythonAssignee: Thomas Spura <tomspur>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: mrunge, ndbecker2, shahms, tomspur
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-12 08:14:37 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:

Description Neal Becker 2013-09-10 15:39:37 UTC
Description of problem:

it seems ipython-console, ipython-gui, etc don't require python-ipython?

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Thomas Spura 2013-09-10 15:47:18 UTC
(In reply to Neal Becker from comment #0)
> Description of problem:
> 
> it seems ipython-console, ipython-gui, etc don't require python-ipython?

Yes, that's true.

> Actual results:

ipython-console, ipython-gui, etc don't require python-ipython.

> Expected results:

What do you think is expected?

python-ipython is a metapackage, that requires all other ipython-foo packages, so that you have the full functionality, when you install that one.

But when you want to install just the console you can install ipython-console without needing to install GTK. This feature is needed by many, who want to run ipython-console on a headless server without X.

Comment 2 Neal Becker 2013-09-10 17:44:31 UTC
I was surprised that when I removed python-ipython it did not remove the other packages.  But if you think this is normal behavior, I guess it's OK.

Comment 3 Thomas Spura 2013-09-12 08:14:37 UTC
(In reply to Neal Becker from comment #2)
> I was surprised that when I removed python-ipython it did not remove the
> other packages.  But if you think this is normal behavior, I guess it's OK.

This is expected. To remove all ipython packages you could run:
yum remove python-ipython*

Closing as this is normal behavior.