diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 18:43:22 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 18:43:22 +0200 |
commit | 60485ec337e4fe680692c19b1cc272109379adb6 (patch) | |
tree | 7e6eb5c25c28df3594e722fad012895afb2872e8 /dev-python/pytest-httpbin/pytest-httpbin-0.2.3.ebuild | |
parent | fc6770f54025eafd789aa7c2a39a90c5f021d897 (diff) | |
download | gentoo-60485ec337e4fe680692c19b1cc272109379adb6.tar.gz gentoo-60485ec337e4fe680692c19b1cc272109379adb6.tar.xz |
dev-python/pytest-httpbin: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pytest-httpbin/pytest-httpbin-0.2.3.ebuild')
-rw-r--r-- | dev-python/pytest-httpbin/pytest-httpbin-0.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-httpbin/pytest-httpbin-0.2.3.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-0.2.3.ebuild index 87b5ebf1464..70b44d52dda 100644 --- a/dev-python/pytest-httpbin/pytest-httpbin-0.2.3.ebuild +++ b/dev-python/pytest-httpbin/pytest-httpbin-0.2.3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |