summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-08-23 21:13:08 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-08-24 21:18:02 +0300
commit8e7cd90f2a8a0e2c00109ca12d55dc9a7b5e0fe5 (patch)
tree22c7f3e3a5e2cc4c0c078cc88d1f72ebcb71afa2
parentdev-python/flask-script: enable py3.10, cleanup ebuild (diff)
downloadgentoo-8e7cd90f2a8a0e2c00109ca12d55dc9a7b5e0fe5.tar.gz
gentoo-8e7cd90f2a8a0e2c00109ca12d55dc9a7b5e0fe5.tar.bz2
gentoo-8e7cd90f2a8a0e2c00109ca12d55dc9a7b5e0fe5.zip
dev-python/flask-restful: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/flask-restful/flask-restful-0.3.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-restful/flask-restful-0.3.9.ebuild b/dev-python/flask-restful/flask-restful-0.3.9.ebuild
index ced9457b8003..0dd0f3163590 100644
--- a/dev-python/flask-restful/flask-restful-0.3.9.ebuild
+++ b/dev-python/flask-restful/flask-restful-0.3.9.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1