From: Andreas Sturmlechner Date: Sat, 30 Nov 2019 12:19:56 +0000 (+0100) Subject: dev-python/flask-wtf: python3_8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ffae8c3b16c70d27f1be51e20237f6eaac2eff0f;p=gentoo.git dev-python/flask-wtf: python3_8 Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild b/dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild index 1d0bca5eb449..959ec5c33977 100644 --- a/dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild +++ b/dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 MY_PN="Flask-WTF"