summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-04-23 16:08:02 +0000
committerwiz <wiz@pkgsrc.org>2017-04-23 16:08:02 +0000
commit28689a5e347975d165a0894d95cefbe3464225c8 (patch)
tree9c49445d70c2ecda53293e485c9022a5dcd7eeee
parent8baff767b756c24c1dbe70eba2e52418e5efea52 (diff)
downloadpkgsrc-28689a5e347975d165a0894d95cefbe3464225c8.tar.gz
Add missing unused test dependency.
See also https://github.com/chardet/chardet/issues/120
-rw-r--r--converters/py-chardet/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/py-chardet/Makefile b/converters/py-chardet/Makefile
index 96c86325e25..2aa702e90ae 100644
--- a/converters/py-chardet/Makefile
+++ b/converters/py-chardet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/04/19 17:24:16 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/04/23 16:08:02 wiz Exp $
DISTNAME= chardet-3.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,9 @@ COMMENT= Character encoding auto-detection in Python
LICENSE= gnu-lgpl-v2.1
# TEST_DEPENDS; however, no tests found
+# https://github.com/chardet/chardet/issues/120
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
BUILD_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
BUILD_DEPENDS+= ${PYPKGPREFIX}-py-[0-9]*:../../devel/py-py