Date: Sun, 21 Jan 2018 12:06:10 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459597 - head/security/py-artifacts Message-ID: <201801211206.w0LC6Aud095317@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801211206.w0LC6Aud095317>