pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-prettytable



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May 20 06:32:40 UTC 2021

Modified Files:
        pkgsrc/textproc/py-prettytable: Makefile

Log Message:
py-prettytable: add missing build dependency


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-prettytable/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-prettytable/Makefile
diff -u pkgsrc/textproc/py-prettytable/Makefile:1.11 pkgsrc/textproc/py-prettytable/Makefile:1.12
--- pkgsrc/textproc/py-prettytable/Makefile:1.11        Tue May  4 09:27:03 2021
+++ pkgsrc/textproc/py-prettytable/Makefile     Thu May 20 06:32:40 2021
@@ -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 @@ COMMENT=      Display tabular data in a visua
 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