summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-26 12:44:27 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-26 14:58:24 +0200
commita1899e2fa41449b45e3cc64d4028bb3b5a4934eb (patch)
treee089fa1abf106f0f46368f4e67ab2f7038f55ea9 /dev-python/xmlschema
parentdev-python/elementpath: Port to py39 (diff)
downloadgentoo-a1899e2fa41449b45e3cc64d4028bb3b5a4934eb.tar.gz
gentoo-a1899e2fa41449b45e3cc64d4028bb3b5a4934eb.tar.bz2
gentoo-a1899e2fa41449b45e3cc64d4028bb3b5a4934eb.zip
dev-python/xmlschema: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xmlschema')
-rw-r--r--dev-python/xmlschema/xmlschema-1.1.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/xmlschema/xmlschema-1.1.3.ebuild b/dev-python/xmlschema/xmlschema-1.1.3.ebuild
index e1579bdefa23..39121bed8bc3 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}]
)"