diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 22:25:44 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 22:32:41 +0200 |
commit | 8fb6d96e74c553b3413529bfe52ff8874e91c6b4 (patch) | |
tree | 718efdbab27e0373279c2f237df7d71425784a8a /dev-python/batinfo/batinfo-0.3.ebuild | |
parent | dev-python/awscli: Support python3.6 (diff) | |
download | gentoo-8fb6d96e74c553b3413529bfe52ff8874e91c6b4.tar.gz gentoo-8fb6d96e74c553b3413529bfe52ff8874e91c6b4.tar.bz2 gentoo-8fb6d96e74c553b3413529bfe52ff8874e91c6b4.zip |
dev-python/batinfo: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-python/batinfo/batinfo-0.3.ebuild')
-rw-r--r-- | dev-python/batinfo/batinfo-0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/batinfo/batinfo-0.3.ebuild b/dev-python/batinfo/batinfo-0.3.ebuild index 6e5aa6e80645..d24a58577ab6 100644 --- a/dev-python/batinfo/batinfo-0.3.ebuild +++ b/dev-python/batinfo/batinfo-0.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 ) inherit distutils-r1 |