summaryrefslogtreecommitdiff
path: root/dev-python/lazr-config/lazr-config-2.2.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/lazr-config/lazr-config-2.2.2.ebuild')
-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}]"