From 60485ec337e4fe680692c19b1cc272109379adb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Mon, 15 May 2017 18:43:22 +0200 Subject: [PATCH] dev-python/pytest-httpbin: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-python/pytest-httpbin/pytest-httpbin-0.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 87b5ebf1464da..70b44d52dda44 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