From: Michał Górny Date: Tue, 26 May 2020 10:44:40 +0000 (+0200) Subject: dev-python/elementpath: Port to py39 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ec8159d820c4e6f8b5b5e2bd6773c0c6e3ec6791;p=gentoo.git dev-python/elementpath: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/elementpath/elementpath-1.4.5.ebuild b/dev-python/elementpath/elementpath-1.4.5.ebuild index fa02bf8a9d4a..dd056a9406a4 100644 --- a/dev-python/elementpath/elementpath-1.4.5.ebuild +++ b/dev-python/elementpath/elementpath-1.4.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml" @@ -18,7 +18,6 @@ IUSE="test" RESTRICT="!test? ( test )" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/lxml[${PYTHON_USEDEP}] dev-python/xmlschema[${PYTHON_USEDEP}]