From b7c359583d68680986466ddf6be2ce1a1dcb92fc Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Tue, 29 Dec 2015 14:23:58 +0000 Subject: [PATCH] devel/py-pytest-xdist: Add missing build dependency Add missing BUILD_DEPENDS on setuptools_scm, that I saw, documented, but didnt do. Reported by: pkg-fallout, amdmi3 Approved by: python (with hat) --- devel/py-pytest-xdist/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/py-pytest-xdist/Makefile b/devel/py-pytest-xdist/Makefile index af3cd67cb2f5..5f170dea02fb 100644 --- a/devel/py-pytest-xdist/Makefile +++ b/devel/py-pytest-xdist/Makefile @@ -13,6 +13,7 @@ COMMENT= Py.test plugin for distributed testing and loop-on-failing modes LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:${PORTSDIR}/devel/py-setuptools_scm RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}execnet>=1.1:${PORTSDIR}/sysutils/py-execnet \ ${PYTHON_PKGNAMEPREFIX}pytest>=2.4.2:${PORTSDIR}/devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}py>=1.4.22:${PORTSDIR}/devel/py-py