>
> PyGIWarning: OSTree was imported without specifying a version first. Use
> gi.require_version('OSTree', '1.0')
> before import to ensure that the right version gets loaded.
>
>
> and wondering if I should really add this? Is 1.0 the correct version?
To suppress the warning it is currentl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Atomic,
Noticed this output using libostree with gobject:
PyGIWarning: OSTree was imported without specifying a version first. Use
gi.require_version('OSTree', '1.0')
before import to ensure that the right version gets loaded.
and wondering if