commit: a1899e2fa41449b45e3cc64d4028bb3b5a4934eb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 10:44:27 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 26 12:58:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1899e2f
dev-python/xmlschema: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/xmlschema/xmlschema-1.1.3.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/xmlschema/xmlschema-1.1.3.ebuild
b/dev-python/xmlschema/xmlschema-1.1.3.ebuild
index e1579bdefa2..39121bed8bc 100644
--- a/dev-python/xmlschema/xmlschema-1.1.3.ebuild
+++ b/dev-python/xmlschema/xmlschema-1.1.3.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="An XML Schema validator and decoder"
@@ -19,7 +19,6 @@ RESTRICT="!test? ( test )"
RDEPEND="
=dev-python/elementpath-1.4*[${PYTHON_USEDEP}]"
BDEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/lxml[${PYTHON_USEDEP}]
)"