summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-06-08 22:19:14 +0000
committerwiz <wiz@pkgsrc.org>2017-06-08 22:19:14 +0000
commit63cc059a2b2436e6b65b67958addbf97082a3e88 (patch)
tree716a1af11253ea20d6cba1f55bb1f12b8b690732
parent4fe49783611c2033a4b7ba563cb52a7f0e8f607a (diff)
downloadpkgsrc-63cc059a2b2436e6b65b67958addbf97082a3e88.tar.gz
Remove outdated comment, tests work.
-rw-r--r--converters/py-chardet/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/py-chardet/Makefile b/converters/py-chardet/Makefile
index 9121e630681..5d44e573fc1 100644
--- a/converters/py-chardet/Makefile
+++ b/converters/py-chardet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/06/08 19:06:51 adam Exp $
+# $NetBSD: Makefile,v 1.21 2017/06/08 22:19:14 wiz Exp $
DISTNAME= chardet-3.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,7 @@ HOMEPAGE= http://pypi.python.org/pypi/chardet
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
+# TEST_DEPENDS
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