summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-04-10 00:57:13 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-04-10 00:57:13 +0000
commit8677ad2fe58c3497b77044e78b60b5427303c898 (patch)
tree2a2941248a9f4cf3cf6eccd7c8aa04528a96b882 /x11
parent76053286025bc3f09ba257a81fff463de80a0891 (diff)
downloadpkgsrc-8677ad2fe58c3497b77044e78b60b5427303c898.tar.gz
Fix build breakage from py-scipy now being Python >= 3.8
Diffstat (limited to 'x11')
-rw-r--r--x11/py-qtgraph-qt5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-qtgraph-qt5/Makefile b/x11/py-qtgraph-qt5/Makefile
index 128c4f1e5cf..d85155a868f 100644
--- a/x11/py-qtgraph-qt5/Makefile
+++ b/x11/py-qtgraph-qt5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:40 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/10 00:57:15 gutteridge Exp $
DISTNAME= pyqtgraph-0.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyqtgraph/qtgraph-qt5/}
@@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-scipy
.include "../../lang/python/egg.mk"
.include "../../x11/py-qt5/buildlink3.mk"