-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to PyGObject by default #271
Conversation
ccd3070
to
4d487d2
Compare
See also: #221 (comment) |
I'm not able to test this on a real CD at the moment but assuming everything works, I approve this changeset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Could you also update the .travis.yml
file to the new dependency?
There are no threads involved.
Python-gobject-2 is deprecated.
Done. I also added GObject Introspection to the README, because PyGObject needs it for task.py's use of GLib-2.0. |
Merged, thanks! |
AFAICT, PyGObject supersedes python-gobject-2.
To quote https://packages.debian.org/en/jessie/python-gobject-2:
In Debian, the Package providing PyGObject is called
python-gi
(also installed by transitional packagepython-gobject
).