mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/neovim-python-client: fix PYTHON_COMPAT.
neovim-python-client-0.1.9 does not support python3_6. Closes: https://github.com/gentoo/gentoo/pull/7177
This commit is contained in:
committed by
Patrice Clement
parent
10b6360556
commit
9eb74c4b54
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
|
||||
PYTHON_COMPAT=( python{2_7,3_{4,5}} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python client for Neovim"
|
||||
|
||||
Reference in New Issue
Block a user