Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 359435 - net-im/pidgin-2.7.11: Wrong python/dbus dependencies
Summary: net-im/pidgin-2.7.11: Wrong python/dbus dependencies
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-19 00:11 UTC by Sardem FF7
Modified: 2011-03-22 14:23 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 Sardem FF7 2011-03-19 00:11:50 UTC
Using dbus, Pidgin has no dependency against dbus-python at all, even in the python scripts used to generate some dbus code (just forced a compilation without dbus-python and all is fine).

I didn't check (compiling) if dbus-python is needed with dbus *and* python but according to the configure.ac comments, it is not.

Reproducible: Always

Steps to Reproduce:
1. Just compile Pidgin
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2011-03-22 14:23:08 UTC
Thank you for report. Unfortunately it is invalid.
Just run `egrep -Hr 'import.*dbus' .` and you'll see what uses it.