summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-20 23:01:00 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-20 23:37:20 +0200
commit38295ae4c46d45facae5a4dbdd12ab32a8236ee6 (patch)
tree2ef94f7f852536f118746f9991c93565a728059c
parentdev-perl/podlators: Remove again, this was a stupid mistake (diff)
downloadgentoo-38295ae4.tar.gz
gentoo-38295ae4.tar.bz2
gentoo-38295ae4.zip
dev-python/flask-login: Remove pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/flask-login/flask-login-0.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-login/flask-login-0.5.0.ebuild b/dev-python/flask-login/flask-login-0.5.0.ebuild
index 238f22689b55..3891e82cb9d3 100644
--- a/dev-python/flask-login/flask-login-0.5.0.ebuild
+++ b/dev-python/flask-login/flask-login-0.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Login session support for Flask"