Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351929 - app-office/openerp-client should [R]DEPEND on dev-python/matplotlib[gtk]
Summary: app-office/openerp-client should [R]DEPEND on dev-python/matplotlib[gtk]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Jean-Noël Rivasseau (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-17 17:32 UTC by barrie backhurst
Modified: 2011-03-17 15:14 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 barrie backhurst 2011-01-17 17:32:03 UTC
In order to enable the graph features of app-office/openerp-client, the dev-python/matplotlib dependency needs to include the gtk USE flag

CDEPEND="dev-python/matplotlib
        dev-python/egenix-mx-base
        x11-libs/hippo-canvas[python]"
adjust to

CDEPEND="dev-python/matplotlib[gtk]
        dev-python/egenix-mx-base
        x11-libs/hippo-canvas[python]"


Reproducible: Always
Comment 1 Jean-Noël Rivasseau (RETIRED) gentoo-dev 2011-03-17 15:14:13 UTC
Fixed, thanks.