From dccba656950461fde6402999d04fb185a9451515 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Sat, 27 Jun 2015 01:48:50 +0000 Subject: [PATCH] deskutils/py-bugwarrior: Fix unittest2 TEST_DEPENDS --- deskutils/py-bugwarrior/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deskutils/py-bugwarrior/Makefile b/deskutils/py-bugwarrior/Makefile index c4d8b7273292..80292ceecdc9 100644 --- a/deskutils/py-bugwarrior/Makefile +++ b/deskutils/py-bugwarrior/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twiggy>0:${PORTSDIR}/devel/py-twiggy \ ${PYTHON_PKGNAMEPREFIX}click>0:${PORTSDIR}/devel/py-click \ ${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \ - ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 \ ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose USES= python:2