diff options
| author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-12-29 14:23:58 +0000 |
|---|---|---|
| committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-12-29 14:23:58 +0000 |
| commit | b7c359583d68680986466ddf6be2ce1a1dcb92fc (patch) | |
| tree | a3d230da7da8c59d14f704517aa5aa636d0fdbb6 | |
| parent | b4539265b9a08c29fa55604eb37e878d9edf129d (diff) | |
Notes
| -rw-r--r-- | devel/py-pytest-xdist/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
