From dcef7b3d06c34b698b272866b1688d2a799a8f6c Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Tue, 21 Apr 2015 06:08:37 +0000 Subject: - Add a missing run-time dependency on devel/py-six PR: 199448 Reported by: Randy Westlund --- devel/pylint/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index ebd5f16e0e16..8c1bb7d6de1c 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -3,6 +3,7 @@ PORTNAME= pylint PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -12,7 +13,8 @@ COMMENT= Analyzes python source code looking for bugs and signs of poor quality LICENSE= LGPL21 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.3.6:${PORTSDIR}/devel/py-astroid +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=1.3.6:${PORTSDIR}/devel/py-astroid \ + ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:${PORTSDIR}/devel/py-six USES= python USE_PYTHON= distutils concurrent -- cgit v1.2.3