diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 19:11:28 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 19:15:52 +0200 |
commit | f5bbeea63d5e55f760075ffc71cb757fac9ed30a (patch) | |
tree | a81c4cc8d5829abfd013ce8b5e43a9452377aa85 /dev-python/httmock | |
parent | dev-python/webencodings: version bump to 0.5.1 (diff) | |
download | gentoo-f5bbeea63d5e55f760075ffc71cb757fac9ed30a.tar.gz gentoo-f5bbeea63d5e55f760075ffc71cb757fac9ed30a.tar.bz2 gentoo-f5bbeea63d5e55f760075ffc71cb757fac9ed30a.zip |
dev-python/httmock: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/httmock')
-rw-r--r-- | dev-python/httmock/httmock-1.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/httmock/httmock-1.2.5.ebuild b/dev-python/httmock/httmock-1.2.5.ebuild index 4e2a45ca7f94..484df4bdec2b 100644 --- a/dev-python/httmock/httmock-1.2.5.ebuild +++ b/dev-python/httmock/httmock-1.2.5.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=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 |