#18421 closed defect (invalid)
Installing rb-gnome (ruby-gtk2) installs python
Reported by: | mr.kamu@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: | rb-gnome |
Description
Somewhere along the line, python is a dependency of something and we get python installed while installing a ruby lib.
Change History (2)
comment:1 Changed 16 years ago by blb@…
Port: | rb-gnome added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
rb-gnome declares a dependency on gnome-session which itself has one on gnome-desktop; gnome-desktop depends on, among other ports, py25-gnome.
So unless rb-gnome can do without gnome-session and only depend on pieces of the gnome stack, or gnome-session or gnome-desktop can be changed to not need py25-gnome, rb-gnome is working as expected.
Note also that gtk2 has a dependency on gtk-doc which needs gnome-doc-utils and that also uses some python modules.