dev-python/simplejson: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 09:52:36 +0000 (11:52 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 10:35:37 +0000 (12:35 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/simplejson/simplejson-3.17.0.ebuild

index 3600f981db97e296a77ac3cf9b9feda9c5078466..cd99c98d5bd2a0296f55fb395a672545a976576d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
@@ -15,8 +15,6 @@ LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
 DOCS=( README.rst CHANGES.txt )
 
 distutils_enable_tests unittest