summaryrefslogtreecommitdiff
path: root/dev-python/redis-py/redis-py-2.10.3.ebuild
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-03-15 02:44:14 -0700
committerZac Medico <zmedico@gentoo.org>2017-03-15 02:44:14 -0700
commit502f4120b4977408dceecb7ca3e97c2fa092a0c6 (patch)
tree23fd97e8913040e8ed1b38d0557ef6f0eb4e5344 /dev-python/redis-py/redis-py-2.10.3.ebuild
parent6a07538dbeba41b6f9e0cf4e291aca424ee90a8a (diff)
downloadgentoo-502f4120b4977408dceecb7ca3e97c2fa092a0c6.tar.gz
gentoo-502f4120b4977408dceecb7ca3e97c2fa092a0c6.tar.bz2
gentoo-502f4120b4977408dceecb7ca3e97c2fa092a0c6.zip
dev-python/redis-py: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/redis-py/redis-py-2.10.3.ebuild')
-rw-r--r--dev-python/redis-py/redis-py-2.10.3.ebuild2
1 files changed, 1 insertions, 1 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 5a8ad3d2830c..d3881aaaa187 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