From: Michał Górny Date: Tue, 17 Mar 2020 07:49:10 +0000 (+0100) Subject: dev-python/traitlets: Clean py2 deps up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1546d84332c6b6cd0b0c8f91096813ccd72a5d46;p=gentoo.git dev-python/traitlets: Clean py2 deps up Signed-off-by: Michał Górny --- diff --git a/dev-python/traitlets/traitlets-4.3.2.ebuild b/dev-python/traitlets/traitlets-4.3.2.ebuild index 1d687d9cd6f9..c99abaa62359 100644 --- a/dev-python/traitlets/traitlets-4.3.2.ebuild +++ b/dev-python/traitlets/traitlets-4.3.2.ebuild @@ -19,7 +19,6 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-python/decorator[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*') dev-python/ipython_genutils[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " @@ -29,7 +28,6 @@ DEPEND=" dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*') dev-python/pytest[${PYTHON_USEDEP}] ) "