summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-30 13:19:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-05 22:27:36 +0100
commit65d1c1ebd5f760f74589d68de8b3c17b8b9c7b94 (patch)
treef815a01866e6fb0d34641532d2b657a6bdb7633e /dev-python/flask-principal
parentdev-python/flask-paranoid: python3_8 (diff)
downloadgentoo-65d1c1ebd5f760f74589d68de8b3c17b8b9c7b94.tar.gz
gentoo-65d1c1ebd5f760f74589d68de8b3c17b8b9c7b94.tar.bz2
gentoo-65d1c1ebd5f760f74589d68de8b3c17b8b9c7b94.zip
dev-python/flask-principal: python3_8
Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/flask-principal')
-rw-r--r--dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild b/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
index cd78c47f24b7..ac5c8e80ea8f 100644
--- a/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
+++ b/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
@@ -3,8 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
-
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Identity management for flask"