summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-11-20 23:29:37 +0000
committerwiz <wiz@pkgsrc.org>2021-11-20 23:29:37 +0000
commitd5967b18b5bee474fafd2a4ea0c4fcc3ffcfbb6a (patch)
treed3c3cfb98a634092b898b110109a4af08e672d65 /print
parenta3c688fe11d34a84dd7db40bfaa12fb6dd434bc3 (diff)
downloadpkgsrc-d5967b18b5bee474fafd2a4ea0c4fcc3ffcfbb6a.tar.gz
*: py-fonttools does not support python 3.6
Diffstat (limited to 'print')
-rw-r--r--print/py-weasyprint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile
index 1a6bdf857b6..606e9d1782f 100644
--- a/print/py-weasyprint/Makefile
+++ b/print/py-weasyprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2021/11/19 21:53:29 adam Exp $
+# $NetBSD: Makefile,v 1.32 2021/11/20 23:29:37 wiz Exp $
DISTNAME= weasyprint-53.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -27,7 +27,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-fonttools
post-install:
cd ${DESTDIR}${PREFIX}/bin && \