Page MenuHomeSolus

Add runtime dependency for the git plugin
ClosedPublic

Authored by kyrios123 on Aug 4 2019, 4:25 PM.
Tags
None
Referenced Files
F11073576: D6881.diff
Sat, Aug 12, 4:38 AM
F11001797: D6881.diff
Sun, Jul 30, 4:07 PM
F10945596: D6881.diff
Sat, Jul 15, 4:55 AM
F10850032: D6881.id16508.diff
Jun 12 2023, 12:29 AM
F10846686: D6881.id16461.diff
Jun 11 2023, 6:54 AM
F10829042: D6881.id.diff
Jun 4 2023, 11:00 AM
F10827077: D6881.diff
Jun 4 2023, 4:27 AM
F10779412: D6881.diff
May 24 2023, 5:00 PM
Subscribers

Details

Summary

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

The below error doesn't occur anymore and the lines that have been changed/added/removes are flagged as expected

(org.gnome.gedit:1622): libpeas-WARNING **: 15:03:16.350: Error importing plugin 'git':
Traceback (most recent call last):
  File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/usr/lib64/gedit/plugins/git/__init__.py", line 23, in <module>
    gi.require_version('Ggit', '1.0')
  File "/usr/lib/python3.6/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Ggit not available

Diff Detail

Repository
R886 gedit-plugins
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 4 2019, 4:33 PM
This revision was automatically updated to reflect the committed changes.