diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 17:17:54 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 17:17:54 +0200 |
commit | 840b350c784e3a64f531e628c6955fd38d1ca514 (patch) | |
tree | f969eec91315af831b611056e1dfeb351575cc19 /dev-python | |
parent | dev-python/setuptools-git: Add python3_6 (diff) | |
download | gentoo-840b350c784e3a64f531e628c6955fd38d1ca514.tar.gz gentoo-840b350c784e3a64f531e628c6955fd38d1ca514.tar.bz2 gentoo-840b350c784e3a64f531e628c6955fd38d1ca514.zip |
dev-python/chai: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/chai/chai-1.1.1.ebuild | 4 |
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" |