svn commit: r459597 - head/security/py-artifacts

Antoine Brodin antoine at FreeBSD.org
Sun Jan 21 12:06:12 UTC 2018


Author: antoine
Date: Sun Jan 21 12:06:10 2018
New Revision: 459597
URL: https://svnweb.freebsd.org/changeset/ports/459597

Log:
  Fix TEST_DEPENDS, the yapf command is needed, not the yapf module

Modified:
  head/security/py-artifacts/Makefile

Modified: head/security/py-artifacts/Makefile
==============================================================================
--- head/security/py-artifacts/Makefile	Sun Jan 21 12:03:18 2018	(r459596)
+++ head/security/py-artifacts/Makefile	Sun Jan 21 12:06:10 2018	(r459597)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}yapf>=0:textproc/py-yapf@${FLAVOR}
+		yapf:textproc/py-yapf
 
 NO_ARCH=	yes
 USES=		python


More information about the svn-ports-all mailing list