mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/curtsies: Fix hardcoding impl flags
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user