summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz>2017-04-23 16:08:02 +0000
committerwiz <wiz>2017-04-23 16:08:02 +0000
commited1b50fd83a95c01eeaf1ac2f63797e3a20d783f (patch)
treef1e0cf5a051e126cbc83a3dc2fbe19d8a0b81205 /converters
parent78c461dd653b3be73aa42d567a950efd5e0743e5 (diff)
downloadpkgsrc-ed1b50fd83a95c01eeaf1ac2f63797e3a20d783f.tar.gz
Add missing unused test dependency.
See also https://github.com/chardet/chardet/issues/120
Diffstat (limited to 'converters')
-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