summaryrefslogtreecommitdiff
path: root/ham
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 /ham
parent76053286025bc3f09ba257a81fff463de80a0891 (diff)
downloadpkgsrc-8677ad2fe58c3497b77044e78b60b5427303c898.tar.gz
Fix build breakage from py-scipy now being Python >= 3.8
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-core/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common
index 1c41b63b39b..e01cfc5218c 100644
--- a/ham/gnuradio-core/Makefile.common
+++ b/ham/gnuradio-core/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2022/02/20 11:03:43 mef Exp $
+# $NetBSD: Makefile.common,v 1.40 2022/04/10 01:05:34 gutteridge Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
@@ -54,7 +54,7 @@ DISTINFO_FILE= ${.CURDIR}/../../ham/gnuradio-core/distinfo
PATCHDIR= ${.CURDIR}/../../ham/gnuradio-core/patches
# see CMakeLists.txt GR_PYTHON_MIN_VERSION
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-scipy
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
PLIST_SUBST+= PYSITELIB=${PYSITELIB}