commit: c86524c9c81436af91604f859fb5e8811c57db39
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 07:09:21 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 27 07:09:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86524c9
dev-python/munch: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/munch/munch-2.5.0-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/munch/munch-2.5.0-r1.ebuild
b/dev-python/munch/munch-2.5.0-r1.ebuild
index 5ca61b94eef..7b59d900eac 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}] )
"