/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Teddy Hogeborn
  • Date: 2019-08-24 14:52:59 UTC
  • Revision ID: teddy@recompile.se-20190824145259-ifatm1r12kyp4z25
Server: Use new GLib.io_add_watch() call signature

* INSTALL: Increase version requirement of PyGObject to 3.8.
* mandos: When calling GLib.io_add_watch(), always pass priority as
          the second argument, which is supported by PyGObject 3.8 or
          later.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    + Avahi 0.6.16        https://www.avahi.org/
44
44
    + Python 2.7          https://www.python.org/
45
45
    + dbus-python 0.82.4 https://dbus.freedesktop.org/doc/dbus-python/
46
 
    + PyGObject 3.7.1     https://wiki.gnome.org/Projects/PyGObject
 
46
    + PyGObject 3.8      https://wiki.gnome.org/Projects/PyGObject
47
47
    + pkg-config https://www.freedesktop.org/wiki/Software/pkg-config/
48
48
    + Urwid 1.0.1         http://urwid.org/
49
49
      (Only needed by the "mandos-monitor" tool.)