summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-11 14:07:40 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-11 14:08:23 +0200
commit9a1cd10b1e33ab2b325f4bd99a30a0e1833c90a1 (patch)
treeaac1973b2e2bd3f9bbf64ce90fcc11c7e8455a4b /dev-python/wtforms
parentapp-emulation/virtualbox: Fixed OpenGL issue (bug #616238). (diff)
downloadgentoo-9a1cd10b1e33ab2b325f4bd99a30a0e1833c90a1.tar.gz
gentoo-9a1cd10b1e33ab2b325f4bd99a30a0e1833c90a1.tar.bz2
gentoo-9a1cd10b1e33ab2b325f4bd99a30a0e1833c90a1.zip
dev-python/wtforms: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/wtforms')
-rw-r--r--dev-python/wtforms/wtforms-2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/wtforms/wtforms-2.1.ebuild b/dev-python/wtforms/wtforms-2.1.ebuild
index e20fdacfd036..f3f868242f83 100644
--- a/dev-python/wtforms/wtforms-2.1.ebuild
+++ b/dev-python/wtforms/wtforms-2.1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+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