diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-09 01:22:50 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-09 02:05:23 -0500 |
commit | 80011ca8b66f78d5fd0e872d6f75c960a2c56619 (patch) | |
tree | 0d17e09a8bf46aa3316ce4c2abacebcada514e7f /dev-python/redis-py | |
parent | dev-python/pyro: 4.56 add py37 support (diff) | |
download | gentoo-80011ca8b66f78d5fd0e872d6f75c960a2c56619.tar.gz gentoo-80011ca8b66f78d5fd0e872d6f75c960a2c56619.tar.bz2 gentoo-80011ca8b66f78d5fd0e872d6f75c960a2c56619.zip |
dev-python/redis-py: 3.2.1 add py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/redis-py')
-rw-r--r-- | dev-python/redis-py/redis-py-3.2.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/redis-py/redis-py-3.2.1.ebuild b/dev-python/redis-py/redis-py-3.2.1.ebuild index fd8436a7c944..b20ce0de521a 100644 --- a/dev-python/redis-py/redis-py-3.2.1.ebuild +++ b/dev-python/redis-py/redis-py-3.2.1.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) inherit distutils-r1 |