summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-04-28 17:17:54 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-04-28 17:17:54 +0200
commit840b350c784e3a64f531e628c6955fd38d1ca514 (patch)
treef969eec91315af831b611056e1dfeb351575cc19
parentdev-python/setuptools-git: Add python3_6 (diff)
downloadgentoo-840b350c.tar.gz
gentoo-840b350c.tar.bz2
gentoo-840b350c.zip
dev-python/chai: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--dev-python/chai/chai-1.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/chai/chai-1.1.1.ebuild b/dev-python/chai/chai-1.1.1.ebuild
index ad7261c4c0a9..090f1dea7dea 100644
--- a/dev-python/chai/chai-1.1.1.ebuild
+++ b/dev-python/chai/chai-1.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Easy to use mocking, stubbing and spying framework"