From: Pacho Ramos Date: Sun, 24 Jun 2018 11:23:02 +0000 (+0200) Subject: dev-python/geoalchemy2: Support python 3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9abf0475c40bfc6239f849dc52b7a5b0cc1ebdc5;p=gentoo.git dev-python/geoalchemy2: Support python 3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild index 7eb018b58ea5..49eb2835bae3 100644 --- a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild +++ b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1