Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2015 06:08:38 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384405 - head/devel/pylint
Message-ID:  <201504210608.t3L68ciW074972@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Tue Apr 21 06:08:37 2015
New Revision: 384405
URL: https://svnweb.freebsd.org/changeset/ports/384405

Log:
  - Add a missing run-time dependency on devel/py-six
  
  PR:		199448
  Reported by:	Randy Westlund <rwestlun@gmail.com>

Modified:
  head/devel/pylint/Makefile

Modified: head/devel/pylint/Makefile
==============================================================================
--- head/devel/pylint/Makefile	Tue Apr 21 05:11:02 2015	(r384404)
+++ head/devel/pylint/Makefile	Tue Apr 21 06:08:37 2015	(r384405)
@@ -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 loo
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504210608.t3L68ciW074972>