dev-python/msgpack: actually fix cython dep

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Matthew Thode
2018-03-09 13:35:00 -06:00
parent c5e80cd558
commit d8ef99ab7a

View File

@@ -18,7 +18,7 @@ IUSE="+native-extensions test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
native-extensions? (
>=dev-python/cython-0.16[$(python_gen_usedep 'python*')]
$(python_gen_cond_dep '>=dev-python/cython-0.16[${PYTHON_USEDEP}]' 'python*')
)
test? (
dev-python/six[${PYTHON_USEDEP}]