summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 18:51:46 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 19:24:13 +0200
commite5a55314d129308b3d0b0f751bfdb2e1fb8dec35 (patch)
treed13aa62961df2a39d8a4bc067a869baa48b773a1 /dev-python/testfixtures
parentapp-cdr/cdrtools: stable 3.02_alpha09 for ppc, bug #653608 (diff)
downloadgentoo-e5a55314d129308b3d0b0f751bfdb2e1fb8dec35.tar.gz
gentoo-e5a55314d129308b3d0b0f751bfdb2e1fb8dec35.tar.bz2
gentoo-e5a55314d129308b3d0b0f751bfdb2e1fb8dec35.zip
dev-python/testfixtures: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/testfixtures')
-rw-r--r--dev-python/testfixtures/testfixtures-4.9.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/testfixtures/testfixtures-4.9.1.ebuild b/dev-python/testfixtures/testfixtures-4.9.1.ebuild
index bcde042a6bd2..249371ad9d35 100644
--- a/dev-python/testfixtures/testfixtures-4.9.1.ebuild
+++ b/dev-python/testfixtures/testfixtures-4.9.1.ebuild
@@ -1,9 +1,9 @@
-# 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} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1