summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2020-05-14 21:02:23 -0700
committerPatrick McLean <chutzpah@gentoo.org>2020-05-14 21:03:35 -0700
commit5f3f69663278f8f885f861f1ec665f7af63bbcfc (patch)
tree3bbd6fca2eeb58c8c402c8b7274ce28253fbf5cc /dev-python
parentnet-libs/wandio: Version 4.2.3_p1 (diff)
downloadgentoo-5f3f69663278f8f885f861f1ec665f7af63bbcfc.tar.gz
gentoo-5f3f69663278f8f885f861f1ec665f7af63bbcfc.tar.bz2
gentoo-5f3f69663278f8f885f861f1ec665f7af63bbcfc.zip
dev-python/ipaddr-2.2.0: add py38
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ipaddr/ipaddr-2.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipaddr/ipaddr-2.2.0.ebuild b/dev-python/ipaddr/ipaddr-2.2.0.ebuild
index 08f765c99c7c..84ed45148909 100644
--- a/dev-python/ipaddr/ipaddr-2.2.0.ebuild
+++ b/dev-python/ipaddr/ipaddr-2.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
inherit distutils-r1