summaryrefslogtreecommitdiff
path: root/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild')
-rw-r--r--dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild b/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
index da4bd430308f..c85bce4ae891 100644
--- a/dev-python/lazr-delegates/lazr-delegates-2.0.4.ebuild
+++ b/dev-python/lazr-delegates/lazr-delegates-2.0.4.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,10 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="
dev-python/zope-interface[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
"
+
+distutils_enable_tests pytest