Ticket #222: avahi-bookmarks-no-pygtk.patch
| File avahi-bookmarks-no-pygtk.patch, 0.5 kB (added by sbrabec, 4 years ago) |
|---|
-
avahi-python/Makefile.am
29 29 30 30 if HAVE_PYTHON 31 31 if HAVE_PYTHON_DBUS 32 if HAVE_PYGTK33 32 34 33 pythonscripts = \ 35 34 avahi-bookmarks … … 43 42 44 43 endif 45 44 endif 46 endif -
avahi-python/avahi-bookmarks.in
24 24 try: 25 25 import avahi, gobject, dbus 26 26 except ImportError: 27 print "Sorry, to use this tool you need to install Avahi , pygtkand python-dbus."27 print "Sorry, to use this tool you need to install Avahi and python-dbus." 28 28 sys.exit(1) 29 29 30 30 try:
