dev-python/traitlets: Drop python3_3 specific deps

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2709

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Marius Brehler
2016-11-02 10:41:16 +01:00
committed by David Seifert
parent 392e2f7ebe
commit da053553a1
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ IUSE="doc test"
RDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3)
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
dev-python/ipython_genutils[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"

View File

@@ -19,7 +19,7 @@ IUSE="doc test"
RDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3)
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
dev-python/ipython_genutils[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"