diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:14:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:23:25 +0100 |
commit | 25e33b6b3deae3ed88599c614c8439c1b6fbc468 (patch) | |
tree | ddf122376f7ac82da2f248f822135738dc87a98a /dev-python/flask-security | |
parent | dev-python/flask-mail: Clean py2 deps up (diff) | |
download | gentoo-25e33b6b3deae3ed88599c614c8439c1b6fbc468.tar.gz gentoo-25e33b6b3deae3ed88599c614c8439c1b6fbc468.tar.bz2 gentoo-25e33b6b3deae3ed88599c614c8439c1b6fbc468.zip |
dev-python/flask-security: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-security')
-rw-r--r-- | dev-python/flask-security/flask-security-3.0.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 4bf092c5b8c3..349a0a18f98f 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}" |