--- avahi-python/Makefile.am +++ avahi-python/Makefile.am @@ -29,7 +29,6 @@ if HAVE_PYTHON if HAVE_PYTHON_DBUS -if HAVE_PYGTK pythonscripts = \ avahi-bookmarks @@ -43,4 +42,3 @@ endif endif -endif --- avahi-python/avahi-bookmarks.in +++ avahi-python/avahi-bookmarks.in @@ -24,7 +24,7 @@ try: import avahi, gobject, dbus except ImportError: - print "Sorry, to use this tool you need to install Avahi, pygtk and python-dbus." + print "Sorry, to use this tool you need to install Avahi and python-dbus." sys.exit(1) try: