summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-10 15:53:30 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-12 14:18:12 -0800
commit6141191f2001c664fd693a8eb40be15dcb0ea56b (patch)
tree9d2c952443fc85bd3bae27d04782faef92cace6d /dev-python/nose/nose-1.3.7-r3.ebuild
parentdev-python/PyContracts: PYTHON_COMPAT: add python3_6 (diff)
downloadgentoo-6141191f2001c664fd693a8eb40be15dcb0ea56b.tar.gz
gentoo-6141191f2001c664fd693a8eb40be15dcb0ea56b.tar.bz2
gentoo-6141191f2001c664fd693a8eb40be15dcb0ea56b.zip
dev-python/nose: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/nose/nose-1.3.7-r3.ebuild')
-rw-r--r--dev-python/nose/nose-1.3.7-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nose/nose-1.3.7-r3.ebuild b/dev-python/nose/nose-1.3.7-r3.ebuild
index d58878180080..48c0c9c4203a 100644
--- a/dev-python/nose/nose-1.3.7-r3.ebuild
+++ b/dev-python/nose/nose-1.3.7-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1