svn commit: r479552 - head/devel/pylint

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 11 19:00:23 UTC 2018


Author: sunpoet
Date: Tue Sep 11 19:00:21 2018
New Revision: 479552
URL: https://svnweb.freebsd.org/changeset/ports/479552

Log:
  Fix RUN_DEPENDS

Modified:
  head/devel/pylint/Makefile

Modified: head/devel/pylint/Makefile
==============================================================================
--- head/devel/pylint/Makefile	Tue Sep 11 19:00:16 2018	(r479551)
+++ head/devel/pylint/Makefile	Tue Sep 11 19:00:21 2018	(r479552)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=1.6:devel/py-astroid@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=2.0.0:devel/py-astroid@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isort>=4.2.5:devel/py-isort@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mccabe>=0:devel/py-mccabe@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}


More information about the svn-ports-head mailing list