summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-01-09 15:28:39 +0000
committerwiz <wiz@pkgsrc.org>2016-01-09 15:28:39 +0000
commit7ba9e8f14198f6d3e46c80cab8762b8961defccd (patch)
tree7bc0f09d5b83919b0fad797b17c3aa6913db1a33
parent63b22de953c53c95d1b3ce20302e9bf5c7a5e99a (diff)
downloadpkgsrc-7ba9e8f14198f6d3e46c80cab8762b8961defccd.tar.gz
Add two missing dependencies.
-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}