diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-01-28 11:43:09 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-01-29 11:53:07 -0800 |
commit | 5f31d265e9b5c492a2ac4504251daa3365cbcf7b (patch) | |
tree | a3bc1489bfd888a6f1763fc6fe0a15d64fc7ad5b /dev-python/geventhttpclient | |
parent | dev-python/unicodecsv-0.14.1-r1: Revbump, EAPI=7, add py38 (diff) | |
download | gentoo-5f31d265e9b5c492a2ac4504251daa3365cbcf7b.tar.gz gentoo-5f31d265e9b5c492a2ac4504251daa3365cbcf7b.tar.bz2 gentoo-5f31d265e9b5c492a2ac4504251daa3365cbcf7b.zip |
dev-python/geventhttpclient-1.3.1-r1: Add py38
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/geventhttpclient')
-rw-r--r-- | dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild b/dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild index e8b00c55db84..730bd48ff87a 100644 --- a/dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild +++ b/dev-python/geventhttpclient/geventhttpclient-1.3.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) inherit distutils-r1 |