pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/bup sysutils/bup: Add py-test as pseudo-TEST_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81d91ccd310f
branches:  trunk
changeset: 448813:81d91ccd310f
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Mar 15 13:35:42 2021 +0000

description:
sysutils/bup: Add py-test as pseudo-TEST_DEPENDS

diffstat:

 sysutils/bup/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dbf1dd31972e -r 81d91ccd310f sysutils/bup/Makefile
--- a/sysutils/bup/Makefile     Mon Mar 15 13:32:42 2021 +0000
+++ b/sysutils/bup/Makefile     Mon Mar 15 13:35:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2021/03/15 13:32:35 gdt Exp $
+# $NetBSD: Makefile,v 1.52 2021/03/15 13:35:42 gdt Exp $
 
 DISTNAME=      bup-0.32
 CATEGORIES=    sysutils
@@ -36,6 +36,7 @@
 
 # TEST_DEPENDS
 BUILD_DEPENDS+=        rsync-[0-9]*:../../net/rsync
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 PYTHON_VERSIONS_ACCEPTED=      27      # py-fuse-bindings
 



Home | Main Index | Thread Index | Old Index