diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 16:59:31 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 16:59:31 +0000 |
commit | c2d39f04862b52dea46de8f76bec950ef6e8f452 (patch) | |
tree | 152224b14f0cfb9903b4e286c949fb3060999503 /devel/py-buildbot-worker | |
parent | Use the correct variable for dependency lines. (diff) |
Correctly depend on those Python ports.
- py-qt have their framework
- depending on a single file breaks with multiple flavors.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=472882
Diffstat (limited to 'devel/py-buildbot-worker')
-rw-r--r-- | devel/py-buildbot-worker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-buildbot-worker/Makefile b/devel/py-buildbot-worker/Makefile index c24c1bd6f2d6..73622ab264e7 100644 --- a/devel/py-buildbot-worker/Makefile +++ b/devel/py-buildbot-worker/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.1:devel/py-twisted@${FLAVOR} -TEST_DEPENDS= trial:devel/py-twisted@${FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>0:devel/py-twisted@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} USES= python |