summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <jchelmertt3@gmail.com>2020-04-14 16:03:35 -0500
committerMichał Górny <mgorny@gentoo.org>2020-04-15 21:09:17 +0200
commit948b0d4075b9aa1c0176f6aa44254ddffbbc6833 (patch)
tree4b75913e309f0f9003eaede1c1e9020fce69dbf7
parentdev-python/jupyter_client: DISTUTILS_USE_SETUPTOOLS=rdepend (diff)
downloadgentoo-948b0d4075b9aa1c0176f6aa44254ddffbbc6833.tar.gz
gentoo-948b0d4075b9aa1c0176f6aa44254ddffbbc6833.tar.bz2
gentoo-948b0d4075b9aa1c0176f6aa44254ddffbbc6833.zip
dev-python/geoip-python: Add python3_8
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
index 2af3a4c3967e..f89ae7f8f23e 100644
--- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
+++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
inherit distutils-r1