diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-26 17:29:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-26 18:33:56 +0200 |
commit | 73398e7950036acf2b0c079c494ce2fa41549285 (patch) | |
tree | b8c3cb10677d9f5adb72b8dbaa0ffba5ef86f362 /dev-python/paramunittest | |
parent | dev-util/visualvm: Typo. (diff) | |
download | gentoo-73398e7950036acf2b0c079c494ce2fa41549285.tar.gz gentoo-73398e7950036acf2b0c079c494ce2fa41549285.tar.bz2 gentoo-73398e7950036acf2b0c079c494ce2fa41549285.zip |
dev-python/paramunittest: Enable py3.5 & py3.6
Diffstat (limited to 'dev-python/paramunittest')
-rw-r--r-- | dev-python/paramunittest/paramunittest-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/paramunittest/paramunittest-0.2.ebuild b/dev-python/paramunittest/paramunittest-0.2.ebuild index d7a01654ac54..6162a6b0153b 100644 --- a/dev-python/paramunittest/paramunittest-0.2.ebuild +++ b/dev-python/paramunittest/paramunittest-0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |