pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/todoman Add missing BUILD_DEPENDS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acba0f6512f9
branches:  trunk
changeset: 362103:acba0f6512f9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 04 22:48:24 2017 +0000

description:
Add missing BUILD_DEPENDS.

diffstat:

 misc/todoman/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 19c0640508eb -r acba0f6512f9 misc/todoman/Makefile
--- a/misc/todoman/Makefile     Thu May 04 21:20:04 2017 +0000
+++ b/misc/todoman/Makefile     Thu May 04 22:48:24 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/04/27 13:09:30 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/05/04 22:48:24 wiz Exp $
 
 DISTNAME=      todoman-3.1.0
 CATEGORIES=    misc
@@ -21,6 +21,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
 DEPENDS+=      ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 # TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8



Home | Main Index | Thread Index | Old Index