dev-python/pytz: Port to py3.9
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 19:02:50 +0000 (21:02 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 19:27:43 +0000 (21:27 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytz/pytz-2020.1.ebuild

index af515aa6eefaf583cd469a63c60d75b5e1899e51..1c553363fab1e857b8cef8fc1cd1a7a00b92d345 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 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -18,7 +18,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
 IUSE=""
 
 RDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
        || ( >=sys-libs/timezone-data-2017a sys-libs/glibc[vanilla] )"
 DEPEND="${RDEPEND}
        app-arch/unzip"