diff options
author | wiz <wiz@pkgsrc.org> | 2022-08-24 08:41:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-08-24 08:41:08 +0000 |
commit | c7a04a01bdd47f41bd9c8693e186c6d1664e5204 (patch) | |
tree | 2343a7deae376a0d923c5124561e8ceab06ec90a /print | |
parent | 7e9e7b5940093b455edb9014e331ef375a8aac81 (diff) | |
download | pkgsrc-c7a04a01bdd47f41bd9c8693e186c6d1664e5204.tar.gz |
*: use py-test-cov from versioned_dependencies
Diffstat (limited to 'print')
-rw-r--r-- | print/py-weasyprint0/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-weasyprint0/Makefile b/print/py-weasyprint0/Makefile index 4675714715a..0daa8138594 100644 --- a/print/py-weasyprint0/Makefile +++ b/print/py-weasyprint0/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2022/01/05 20:47:36 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2022/08/24 08:41:08 wiz Exp $ DISTNAME= WeasyPrint-0.42.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib DEPENDS+= ${PYPKGPREFIX}-pdfrw>=0.4:../../textproc/py-pdfrw DEPENDS+= ${PYPKGPREFIX}-pyphen>=0.8:../../textproc/py27-pyphen DEPENDS+= ${PYPKGPREFIX}-tinycss2>=0.5:../../textproc/py27-tinycss2 -TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov +TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py27-test-cov TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8 TEST_DEPENDS+= ${PYPKGPREFIX}-test-isort-[0-9]*:../../devel/py-test-isort TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner |