diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 16:00:43 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-01-27 18:24:07 -0600 |
commit | 9b05cc4d6ea52e74501952fdf473f12233031f61 (patch) | |
tree | f44ee7c333c642f31866359d71b608e0b7c07394 | |
parent | dev-python/keystoneauth: add py37 support (diff) | |
download | gentoo-9b05cc4d6ea52e74501952fdf473f12233031f61.tar.gz gentoo-9b05cc4d6ea52e74501952fdf473f12233031f61.tar.bz2 gentoo-9b05cc4d6ea52e74501952fdf473f12233031f61.zip |
dev-python/requestsexceptions: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild index f7744c4af4a3..1edf99a6d49a 100644 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) inherit distutils-r1 |