GNOME Bugzilla – Bug 580421
Remove deprecated Bonobo dependency
Last modified: 2009-07-11 15:38:44 UTC
This library will be removed for GNOME 3. $:andre\> grep -r onobo . ./debian/control: Build-Depends: debhelper (>= 5.0.0), python-dev (>= 2.4), python-pyorbit-dev (>= 2.0), libglib2.0-dev, libbonobo2-dev, python-gtk2-dev, python-gnome2-dev, autotools-dev, python-central (>= 0.5) ./README: gnome-python2-bonobo >= 2.12 ./macaroon/pyreqs.py: modules = ['bonobo', 'ORBit', 'pygtk', 'gtk', 'gtk.glade', 'gtk.gdk', 'wnck'] ./macaroon/pyreqs.py: import bonobo ./pyreqs.py: modules = ['pygtk', 'bonobo', 'ORBit', 'gtk', ./accerciser.spec.in: Requires: gnome-python2-bonobo >= 2.12
We could actually remove that now, since they are not direct dependencies, pyatspi is.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Committed here: http://git.gnome.org/cgit/accerciser/commit/?id=7214f8fe5a878c1f897b237ea681256a3e9b9d9b ./macaroon/pyreqs.py still lists: # test for CORBA modules corba = ['Accessibility'] import bonobo import ORBit I assume this should be kept, right?
Sorry, no. I removed that. Anyway, the macaroon directory is not part of the distributed accerciser module, it should probably be moved somewhere else.