From 4a05e17c2b70725ec748905ce245f919269fffab Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 30 Nov 2019 13:17:45 +0100 Subject: [PATCH] dev-python/flask-script: python3_8 Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner --- dev-python/flask-script/flask-script-2.0.6.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/flask-script/flask-script-2.0.6.ebuild b/dev-python/flask-script/flask-script-2.0.6.ebuild index 7cfd156114f41..654ba6eaacc44 100644 --- a/dev-python/flask-script/flask-script-2.0.6.ebuild +++ b/dev-python/flask-script/flask-script-2.0.6.ebuild @@ -3,8 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) - +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 MY_PN="Flask-Script"