From 502f4120b4977408dceecb7ca3e97c2fa092a0c6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 15 Mar 2017 02:44:14 -0700 Subject: [PATCH] dev-python/redis-py: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- dev-python/redis-py/redis-py-2.10.3.ebuild | 2 +- dev-python/redis-py/redis-py-2.10.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/redis-py/redis-py-2.10.3.ebuild b/dev-python/redis-py/redis-py-2.10.3.ebuild index 5a8ad3d2830ce..d3881aaaa1870 100644 --- a/dev-python/redis-py/redis-py-2.10.3.ebuild +++ b/dev-python/redis-py/redis-py-2.10.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 diff --git a/dev-python/redis-py/redis-py-2.10.5.ebuild b/dev-python/redis-py/redis-py-2.10.5.ebuild index 842021ff04b36..8ef37b4d66e14 100644 --- a/dev-python/redis-py/redis-py-2.10.5.ebuild +++ b/dev-python/redis-py/redis-py-2.10.5.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