From: Michał Górny Date: Tue, 17 Mar 2020 07:14:31 +0000 (+0100) Subject: dev-python/flask-login: Clean py2 deps up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b9a39c59efc5d4a4142d46c253e948fbea464296;p=gentoo.git dev-python/flask-login: Clean py2 deps up Signed-off-by: Michał Górny --- diff --git a/dev-python/flask-login/flask-login-0.3.2-r1.ebuild b/dev-python/flask-login/flask-login-0.3.2-r1.ebuild index 73228447e62e..25d605fc8a4d 100644 --- a/dev-python/flask-login/flask-login-0.3.2-r1.ebuild +++ b/dev-python/flask-login/flask-login-0.3.2-r1.ebuild @@ -24,7 +24,6 @@ DEPEND="${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/blinker[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/unittest2[${PYTHON_USEDEP}]' 'python2*' pypy) )" PATCHES=( "${FILESDIR}/${P}-fix-tests-python2.patch" )