pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-biplist py-biplist: use TEST_DEPENDS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6722f809b9c2
branches:  trunk
changeset: 770067:6722f809b9c2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 24 11:33:10 2021 +0000

description:
py-biplist: use TEST_DEPENDS

diffstat:

 textproc/py-biplist/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r fb10e9e2a921 -r 6722f809b9c2 textproc/py-biplist/Makefile
--- a/textproc/py-biplist/Makefile      Wed Nov 24 11:28:52 2021 +0000
+++ b/textproc/py-biplist/Makefile      Wed Nov 24 11:33:10 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/12/17 16:17:54 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/11/24 11:33:10 wiz Exp $
 
 DISTNAME=      biplist-1.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,8 @@
 COMMENT=       Library for reading/writing binary plists
 LICENSE=       modified-bsd
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index