diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-26 12:44:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-26 14:58:24 +0200 |
commit | a1899e2fa41449b45e3cc64d4028bb3b5a4934eb (patch) | |
tree | e089fa1abf106f0f46368f4e67ab2f7038f55ea9 /dev-python/xmlschema | |
parent | dev-python/elementpath: Port to py39 (diff) | |
download | gentoo-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.ebuild | 3 |
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}] )" |