summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2017-06-08 22:19:14 +0000
committerwiz <wiz>2017-06-08 22:19:14 +0000
commit5c90db33eaf004049648efebfeaf628af64b3dfc (patch)
tree5ee468c6aaf4e400c3e4595cf54e683fefdee0e9
parente85ff6cb6a9cd7b3b658acc11231efada0b265f8 (diff)
downloadpkgsrc-5c90db33eaf004049648efebfeaf628af64b3dfc.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