svn commit: r567114 - head/devel/pylint

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:07:11 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:07:07 2021
New Revision: 567114
URL: https://svnweb.freebsd.org/changeset/ports/567114

Log:
  Fix BUILD_DEPENDS

Modified:
  head/devel/pylint/Makefile

Modified: head/devel/pylint/Makefile
==============================================================================
--- head/devel/pylint/Makefile	Wed Mar  3 18:07:02 2021	(r567113)
+++ head/devel/pylint/Makefile	Wed Mar  3 18:07:07 2021	(r567114)
@@ -13,7 +13,6 @@ COMMENT=	Analyzes python source code looking for bugs 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astroid>=2.4.0<2.5:devel/py-astroid@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isort>=4.2.5<6:devel/py-isort@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mccabe>=0.6<0.7:devel/py-mccabe@${PY_FLAVOR} \


More information about the svn-ports-head mailing list