diff options
author | John Helmert III <jchelmertt3@gmail.com> | 2020-04-14 16:03:35 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-15 21:09:17 +0200 |
commit | 948b0d4075b9aa1c0176f6aa44254ddffbbc6833 (patch) | |
tree | 4b75913e309f0f9003eaede1c1e9020fce69dbf7 /dev-python/geoip-python | |
parent | dev-python/jupyter_client: DISTUTILS_USE_SETUPTOOLS=rdepend (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/geoip-python')
-rw-r--r-- | dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 2 |
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 |