pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/py-chardet Add missing unused test dependency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ed4d1617954
branches:  trunk
changeset: 361656:9ed4d1617954
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 23 16:08:02 2017 +0000

description:
Add missing unused test dependency.

See also https://github.com/chardet/chardet/issues/120

diffstat:

 converters/py-chardet/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 60d1d2d810ea -r 9ed4d1617954 converters/py-chardet/Makefile
--- a/converters/py-chardet/Makefile    Sun Apr 23 15:52:48 2017 +0000
+++ b/converters/py-chardet/Makefile    Sun Apr 23 16:08:02 2017 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index