nautilus-extensions C code imports gi._gobject, but it's an inline macro
so it doesn't get automatic dependencies generated based on DT_REQUIRED.
This commit adds appropriate requires on either python2-gobject or
python3-gobject depending on the version of Python nautilus-python is
compiled with.