From: Andreas Sturmlechner Date: Sat, 30 Nov 2019 12:21:52 +0000 (+0100) Subject: dev-python/flask-security: python3_8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=04d6561457edc5c12ef5ccbd16d26380e3511179;p=gentoo.git dev-python/flask-security: python3_8 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner --- 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 edb006fc5544..4bf092c5b8c3 100644 --- a/dev-python/flask-security/flask-security-3.0.0.ebuild +++ b/dev-python/flask-security/flask-security-3.0.0.ebuild @@ -3,8 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) - +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 MY_PN="Flask-Security"