aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/thonny/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/thonny/Makefile b/devel/thonny/Makefile
index f6b1cdc092d1..fd9b3454a6d7 100644
--- a/devel/thonny/Makefile
+++ b/devel/thonny/Makefile
@@ -11,7 +11,7 @@ WWW= https://thonny.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= pylint:devel/pylint \
+RUN_DEPENDS= pylint:devel/pylint@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jedi>=0.18.1:devel/py-jedi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}astroid>=1.4.9:devel/py-astroid@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docutils>=0.16:textproc/py-docutils@${PY_FLAVOR} \