pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-weasyprint Add missing py-test-runner depende...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87219f78da6b
branches:  trunk
changeset: 345862:87219f78da6b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 19 22:22:12 2019 +0000

description:
Add missing py-test-runner dependency.

diffstat:

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

diffs (17 lines):

diff -r b6b961c6d971 -r 87219f78da6b print/py-weasyprint/Makefile
--- a/print/py-weasyprint/Makefile      Thu Dec 19 22:21:57 2019 +0000
+++ b/print/py-weasyprint/Makefile      Thu Dec 19 22:22:12 2019 +0000
@@ -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 @@
 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