diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-26 12:44:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-26 14:58:23 +0200 |
commit | ec8159d820c4e6f8b5b5e2bd6773c0c6e3ec6791 (patch) | |
tree | bdba000aff8ba08c68e598173692aa496fdc664c /dev-python/elementpath | |
parent | sci-mathematics/gimps: add RESTRICTs due to license (diff) | |
download | gentoo-ec8159d820c4e6f8b5b5e2bd6773c0c6e3ec6791.tar.gz gentoo-ec8159d820c4e6f8b5b5e2bd6773c0c6e3ec6791.tar.bz2 gentoo-ec8159d820c4e6f8b5b5e2bd6773c0c6e3ec6791.zip |
dev-python/elementpath: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/elementpath')
-rw-r--r-- | dev-python/elementpath/elementpath-1.4.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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}] |