dev-python/geoip-python: Python 3.7 compatibility
authorCraig Andrews <candrews@gentoo.org>
Sun, 13 Oct 2019 18:26:29 +0000 (14:26 -0400)
committerCraig Andrews <candrews@gentoo.org>
Tue, 15 Oct 2019 15:57:56 +0000 (11:57 -0400)
Closes: https://bugs.gentoo.org/697648
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13277
Signed-off-by: Craig Andrews <candrews@gentoo.org>
dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild

index c4b014d7e1669863a691c618397ef93bc7967ee3..0e044c47a30af07b1b5a5def244b0392cb4f5262 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy pypy3 )
 
 inherit distutils-r1