commit: 25e33b6b3deae3ed88599c614c8439c1b6fbc468
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 07:14:36 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 07:23:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e33b6b
dev-python/flask-security: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flask-security/flask-security-3.0.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/flask-security/flask-security-3.0.0.ebuild
b/dev-python/flask-security/flask-security-3.0.0.ebuild
index 4bf092c5b8c..349a0a18f98 100644
--- a/dev-python/flask-security/flask-security-3.0.0.ebuild
+++ b/dev-python/flask-security/flask-security-3.0.0.ebuild
@@ -39,7 +39,6 @@ DEPEND="${RDEPEND}
dev-python/flask-mongoengine[${PYTHON_USEDEP}]
dev-python/bcrypt[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
- $(python_gen_cond_dep
'dev-python/flask-peewee[${PYTHON_USEDEP}]' 'python2*')
)"
S="${WORKDIR}/${MY_P}"