From: Michał Górny Date: Wed, 27 May 2020 05:44:23 +0000 (+0200) Subject: dev-python/requests-toolbelt: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=72268c9ed2acaa49ffb86ce2f2441abd886580ba;p=gentoo.git dev-python/requests-toolbelt: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/requests-toolbelt/requests-toolbelt-0.9.1.ebuild b/dev-python/requests-toolbelt/requests-toolbelt-0.9.1.ebuild index f6b8f41d9d89..56521569fd3b 100644 --- a/dev-python/requests-toolbelt/requests-toolbelt-0.9.1.ebuild +++ b/dev-python/requests-toolbelt/requests-toolbelt-0.9.1.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,8}} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) inherit distutils-r1 @@ -17,7 +17,6 @@ IUSE="test" RDEPEND="