From ec8159d820c4e6f8b5b5e2bd6773c0c6e3ec6791 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 26 May 2020 12:44:40 +0200 Subject: [PATCH] dev-python/elementpath: Port to py39 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 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}] -- 2.26.2