Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2021 18:07:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567114 - head/devel/pylint
Message-ID:  <202103031807.123I77G6039221@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



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