mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 20:48:31 -07:00
dev-python/neovim-python-client: fix dependencies.
Preparation for unmasking dev-python/msgpack-0.5.6 (#7176)
This commit is contained in:
committed by
Patrice Clement
parent
9eb74c4b54
commit
1c23994bb0
@@ -15,12 +15,13 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
>=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
|
||||
<dev-python/msgpack-0.5.2:0[${PYTHON_USEDEP}]
|
||||
>=dev-python/msgpack-0.4.0:0[${PYTHON_USEDEP}]
|
||||
virtual/python-greenlet[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' python{2_7,3_3})"
|
||||
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' python2_7)"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
app-editors/neovim"
|
||||
>=app-editors/neovim-0.2.1"
|
||||
|
||||
S="${WORKDIR}/python-client-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user