summaryrefslogtreecommitdiff
path: root/devel/py-unittest2
diff options
context:
space:
mode:
authorwiz <wiz>2016-01-09 15:28:39 +0000
committerwiz <wiz>2016-01-09 15:28:39 +0000
commit63676efc6cae3f8625db7e06fcf21c45b2f4e9e5 (patch)
tree7bc0f09d5b83919b0fad797b17c3aa6913db1a33 /devel/py-unittest2
parentce92bbc81f9a51316877f679d29b2f54175b3299 (diff)
downloadpkgsrc-63676efc6cae3f8625db7e06fcf21c45b2f4e9e5.tar.gz
Add two missing dependencies.
Diffstat (limited to 'devel/py-unittest2')
-rw-r--r--devel/py-unittest2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-unittest2/Makefile b/devel/py-unittest2/Makefile
index 8a64b1597d2..0ab1143fb2e 100644
--- a/devel/py-unittest2/Makefile
+++ b/devel/py-unittest2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/01/07 12:11:25 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2016/01/09 15:28:39 wiz Exp $
DISTNAME= unittest2-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,8 @@ LICENSE= original-bsd
DEPENDS+= ${PYPKGPREFIX}-six>=1.4:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
+DEPENDS+= ${PYPKGPREFIX}-traceback2-[0-9]*:../../devel/py-traceback2
+DEPENDS+= ${PYPKGPREFIX}-linecache2-[0-9]*:../../devel/py-linecache2
DOCDIR= share/doc/${PKGBASE}
INSTALLATION_DIRS+= ${DOCDIR}