pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-chardet



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 23 16:08:02 UTC 2017

Modified Files:
        pkgsrc/converters/py-chardet: Makefile

Log Message:
Add missing unused test dependency.

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/converters/py-chardet/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/py-chardet/Makefile
diff -u pkgsrc/converters/py-chardet/Makefile:1.17 pkgsrc/converters/py-chardet/Makefile:1.18
--- pkgsrc/converters/py-chardet/Makefile:1.17  Wed Apr 19 17:24:16 2017
+++ pkgsrc/converters/py-chardet/Makefile       Sun Apr 23 16:08:02 2017
@@ -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-detecti
 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