summaryrefslogtreecommitdiff
path: root/devel/py-buildbot-worker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-buildbot-worker/Makefile')
-rw-r--r--devel/py-buildbot-worker/Makefile2
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