Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88063 - gnome-python dependency in gcompris is NOT mandatory
Summary: gnome-python dependency in gcompris is NOT mandatory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-05 11:26 UTC by Michael Rolf
Modified: 2005-06-06 12:26 UTC (History)
1 user (show)

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 Michael Rolf 2005-04-05 11:26:16 UTC
Here the RDEPEND entry of the current gcompris-6.5.ebuild:
RDEPEND="virtual/x11
        >=dev-libs/glib-2.0
        =x11-libs/gtk+-2*
        >=gnome-base/libgnomecanvas-2.0.2
        >=dev-python/gnome-python-2.0
        media-libs/sdl-mixer
        media-libs/libsdl
        dev-libs/libxml2
        dev-libs/popt
        games-board/gnuchess
        python? ( dev-lang/python )
        editor? (
                >=gnome-base/libgnome-1.96.0
                >=gnome-base/libgnomeui-1.96.0
        )"

It looks like dev-python/gnome-python is mandatory, but why can gcompris then be build without python (see "python? ( dev-lang/python )")?

I looked and tested the gcompris requirements: gnome-python and with it the whole gnome stuff is only needed for the optional editor component, so please let gnome-python depend on the editor use flag like the other gnome parts, too.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:  
I have to install a lot of other not directly needed stuff    

Expected Results:  
I only want to install the game and the really needed dependencies
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2005-06-06 12:26:59 UTC
behind the python use flag in gcompris-6.5.3.ebuild

Thanks for the bug report.