dev-python/flask-login: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 11:25:11 +0000 (13:25 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 11:30:59 +0000 (13:30 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/flask-login/flask-login-0.3.2-r1.ebuild

index e64688ad472c0d3e0b72e040e0ef40546af5b149..9e890272ff24dcfafe34f72e981e508ea4600ac3 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 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} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1