summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-06 23:47:05 +0000
committerSam James <sam@gentoo.org>2021-06-06 23:53:31 +0000
commit65072ebf8f7691b9e19ce7d062494a0d02484c70 (patch)
tree840f6279f996fc364c0ef0d53a76cfdc61b4ba8c /dev-python/lazr-config
parentdev-python/jsonext: mark ALLARCHES (diff)
downloadgentoo-65072ebf8f7691b9e19ce7d062494a0d02484c70.tar.gz
gentoo-65072ebf8f7691b9e19ce7d062494a0d02484c70.tar.bz2
gentoo-65072ebf8f7691b9e19ce7d062494a0d02484c70.zip
dev-python/lazr-config: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/lazr-config')
-rw-r--r--dev-python/lazr-config/lazr-config-2.2.2.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/lazr-config/lazr-config-2.2.2.ebuild b/dev-python/lazr-config/lazr-config-2.2.2.ebuild
index b0cf9788335f..51ec50017b8e 100644
--- a/dev-python/lazr-config/lazr-config-2.2.2.ebuild
+++ b/dev-python/lazr-config/lazr-config-2.2.2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -17,9 +18,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
+RDEPEND="
dev-python/zope-interface[${PYTHON_USEDEP}]
dev-python/lazr-delegates[${PYTHON_USEDEP}]"