Skip to content

Commit 78bc4c0

Browse files
committed
setup: Fix pynvim dependencies. #122
1 parent 17ca924 commit 78bc4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
if sys.version_info < (3, 0):
3333
# Experimental GUI only supported for Python 2.
34-
extras_require['GUI'] = ['click>=3.0', 'cairo', 'gobject']
34+
extras_require['GUI'] = ['click>=3.0', 'pygobject']
3535
entry_points['console_scripts'] = ['pynvim=neovim.ui.cli:main [GUI]']
3636

3737
setup(name='neovim',

0 commit comments

Comments
 (0)