dev-python/flask-pymongo: Support python 3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 11:18:49 +0000 (13:18 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 11:30:46 +0000 (13:30 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/flask-pymongo/flask-pymongo-0.4.1.ebuild

index 6b000c5b9114dc10b995c3b822fcd741f847b7f3..08ac9ff893d44837b57146dfa7c9d5a54097d4e0 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1