summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-15 18:43:22 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-15 18:43:22 +0200
commit60485ec337e4fe680692c19b1cc272109379adb6 (patch)
tree7e6eb5c25c28df3594e722fad012895afb2872e8 /dev-python/pytest-httpbin/pytest-httpbin-0.2.3.ebuild
parentdev-libs/libwacom: Version bump to 0.25 (diff)
downloadgentoo-60485ec337e4fe680692c19b1cc272109379adb6.tar.gz
gentoo-60485ec337e4fe680692c19b1cc272109379adb6.tar.bz2
gentoo-60485ec337e4fe680692c19b1cc272109379adb6.zip
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.ebuild2
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 87b5ebf1464d..70b44d52dda4 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