From: Michał Górny Date: Wed, 27 May 2020 07:09:21 +0000 (+0200) Subject: dev-python/munch: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c86524c9c81436af91604f859fb5e8811c57db39;p=gentoo.git dev-python/munch: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/munch/munch-2.5.0-r1.ebuild b/dev-python/munch/munch-2.5.0-r1.ebuild index 5ca61b94eef8..7b59d900eacf 100644 --- a/dev-python/munch/munch-2.5.0-r1.ebuild +++ b/dev-python/munch/munch-2.5.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 @@ -15,7 +15,6 @@ KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~sparc ~x86" SLOT="0" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] test? ( >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] ) "