Ticket #222: avahi-bookmarks-no-pygtk.patch

File avahi-bookmarks-no-pygtk.patch, 0.5 kB (added by sbrabec, 4 years ago)

avahi-bookmarks-no-pygtk.patch

  • avahi-python/Makefile.am

     
    2929 
    3030if HAVE_PYTHON 
    3131if HAVE_PYTHON_DBUS 
    32 if HAVE_PYGTK 
    3332 
    3433pythonscripts = \ 
    3534    avahi-bookmarks 
     
    4342 
    4443endif 
    4544endif 
    46 endif 
  • avahi-python/avahi-bookmarks.in

     
    2424try: 
    2525    import avahi, gobject, dbus 
    2626except ImportError: 
    27     print "Sorry, to use this tool you need to install Avahi, pygtk and python-dbus." 
     27    print "Sorry, to use this tool you need to install Avahi and python-dbus." 
    2828    sys.exit(1) 
    2929 
    3030try: