Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81506 - matplotlib hard dependencie on PyGTK
Summary: matplotlib hard dependencie on PyGTK
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-10 08:11 UTC by Yoann Vandoorselaere
Modified: 2005-05-01 07:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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".