summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/textx/textx-1.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/textx/textx-1.4.ebuild b/dev-python/textx/textx-1.4.ebuild
index bf660cde8d9d..561dbcd457cb 100644
--- a/dev-python/textx/textx-1.4.ebuild
+++ b/dev-python/textx/textx-1.4.ebuild
@@ -3,7 +3,8 @@
EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1