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

dev-python/flask-uploads/flask-uploads-0.2.0-r1.ebuild

index 0538695b27b1a8026875756be9acdbe546624af3..cf494d28238825ecca9ab128b3c552535a8cd578 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=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1