summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-10-15 20:56:54 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-10-15 21:04:23 -0500
commit27b10982a53f94b92f8b28d1722bf3b7c6e741b2 (patch)
tree24c43f8303ed7946256c7ea58ead68daf8929259 /dev-python
parentdev-python/os-ken: 1.2.0 bump (diff)
downloadgentoo-27b10982a53f94b92f8b28d1722bf3b7c6e741b2.tar.gz
gentoo-27b10982a53f94b92f8b28d1722bf3b7c6e741b2.tar.bz2
gentoo-27b10982a53f94b92f8b28d1722bf3b7c6e741b2.zip
dev-python/lazr-config: add DISTUTILS_USE_SETUPTOOLS=rdepend
Closes: https://bugs.gentoo.org/748348 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/lazr-config/lazr-config-2.2.2.ebuild3
1 files changed, 2 insertions, 1 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 1b3afe149d60..b0137573b967 100644
--- a/dev-python/lazr-config/lazr-config-2.2.2.ebuild
+++ b/dev-python/lazr-config/lazr-config-2.2.2.ebuild
@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-
PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
inherit distutils-r1
MY_PN=${PN/-/.}