commit:     ec8159d820c4e6f8b5b5e2bd6773c0c6e3ec6791
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 10:44:40 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 26 12:58:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8159d8

dev-python/elementpath: Port to py39

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/elementpath/elementpath-1.4.5.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/elementpath/elementpath-1.4.5.ebuild 
b/dev-python/elementpath/elementpath-1.4.5.ebuild
index fa02bf8a9d4..dd056a9406a 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}]

Reply via email to