dev-python/munch: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 07:09:21 +0000 (09:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 07:09:21 +0000 (09:09 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/munch/munch-2.5.0-r1.ebuild

index 5ca61b94eef898321d0fc5869a06b4ca4a6d4a5b..7b59d900eacf5bfd4c284b9c55b0e1288d2dfa60 100644 (file)
@@ -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}] )
 "