dev-python/curtsies: Fix hardcoding impl flags

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-03-21 15:21:17 +01:00
parent edebd2dd7e
commit baa7b083f3

View File

@@ -19,8 +19,7 @@ IUSE="test"
RDEPEND="
>=dev-python/blessings-1.5[${PYTHON_USEDEP}]
>=dev-python/wcwidth-0.1.4[${PYTHON_USEDEP}]
python_targets_python2_7? ( dev-python/typing[python_targets_python2_7] )
python_targets_python3_4? ( dev-python/typing[python_targets_python3_4] )
$(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' python{2_7,3_4})
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]