From 8677ad2fe58c3497b77044e78b60b5427303c898 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Sun, 10 Apr 2022 00:57:13 +0000 Subject: Fix build breakage from py-scipy now being Python >= 3.8 --- ham/gnuradio-core/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ham') 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} -- cgit v1.2.3