summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:47:38 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 20:47:38 +0200
commitc38796a66b5d6453b1bfff3e4aeb1b080651c68f (patch)
tree661e686dee2933fcdd6db36627918ea6c180177d /dev-python/fqdn
parentdev-python/django-otp: Enable py3.10 (diff)
downloadgentoo-c38796a66b5d6453b1bfff3e4aeb1b080651c68f.tar.gz
gentoo-c38796a66b5d6453b1bfff3e4aeb1b080651c68f.tar.bz2
gentoo-c38796a66b5d6453b1bfff3e4aeb1b080651c68f.zip
dev-python/fqdn: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fqdn')
-rw-r--r--dev-python/fqdn/fqdn-1.5.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fqdn/fqdn-1.5.1.ebuild b/dev-python/fqdn/fqdn-1.5.1.ebuild
index 91ac88a37d86..9bacbadb679a 100644
--- a/dev-python/fqdn/fqdn-1.5.1.ebuild
+++ b/dev-python/fqdn/fqdn-1.5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc64 ~x86"
RDEPEND="
$(python_gen_cond_dep '
dev-python/cached-property[${PYTHON_USEDEP}]
- ' python3_7 pypy3)"
+ ' pypy3)"
distutils_enable_tests pytest
distutils_enable_sphinx docs