pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-weasyprint



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:22:13 UTC 2019

Modified Files:
        pkgsrc/print/py-weasyprint: Makefile

Log Message:
Add missing py-test-runner dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/print/py-weasyprint/Makefile

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

Modified files:

Index: pkgsrc/print/py-weasyprint/Makefile
diff -u pkgsrc/print/py-weasyprint/Makefile:1.24 pkgsrc/print/py-weasyprint/Makefile:1.25
--- pkgsrc/print/py-weasyprint/Makefile:1.24    Wed Oct  9 12:33:31 2019
+++ pkgsrc/print/py-weasyprint/Makefile Thu Dec 19 22:22:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/10/09 12:33:31 wiedi Exp $
+# $NetBSD: Makefile,v 1.25 2019/12/19 22:22:12 joerg Exp $
 
 DISTNAME=      WeasyPrint-50
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,6 +10,7 @@ HOMEPAGE=     http://weasyprint.org/
 COMMENT=       Converts HTML/CSS documents to PDF
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 DEPENDS+=      pango>=1.29.3:../../devel/pango
 DEPENDS+=      ${PYPKGPREFIX}-cairosvg>=1.0.20:../../converters/py-cairosvg
 DEPENDS+=      ${PYPKGPREFIX}-cairocffi>=0.9.0:../../graphics/py-cairocffi



Home | Main Index | Thread Index | Old Index