Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 81506

Summary: matplotlib hard dependencie on PyGTK
Product: Gentoo Linux Reporter: Yoann Vandoorselaere <yoann>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Yoann Vandoorselaere 2005-02-10 08:11:18 UTC
There is a hard dependencie on PyGTK in Matplotlib. This is incorrect, since this specific dependencies is optional. 

As a result, when using matplotlib for, say a web server application, you get to install the library by hand since the ebuild would result in emerging PyGTK and all it's dependencies (including Xorg and such).

Reproducible: Always
Steps to Reproduce:
1. emerge matplotlib
Actual Results:  
Will emerge pygtk, xorg, etc...

Expected Results:  
An use flag should be provided to get rid of the pygtk dependencie.
Comment 1 Bryan Østergaard (RETIRED) gentoo-dev 2005-02-11 14:06:15 UTC
Thanks, added USE="gtk".