pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-prettytable py-prettytable: add missing bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd0b4248af61
branches:  trunk
changeset: 452905:fd0b4248af61
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu May 20 06:32:40 2021 +0000

description:
py-prettytable: add missing build dependency

diffstat:

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

diffs (17 lines):

diff -r 9297e26f6dff -r fd0b4248af61 textproc/py-prettytable/Makefile
--- a/textproc/py-prettytable/Makefile  Thu May 20 06:29:56 2021 +0000
+++ b/textproc/py-prettytable/Makefile  Thu May 20 06:32:40 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/05/04 09:27:03 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/05/20 06:32:40 nia Exp $
 
 DISTNAME=      prettytable-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 .include "../../lang/python/pyversion.mk"



Home | Main Index | Thread Index | Old Index