gnuradio-core: match incompatible python versions to used dependency's

pull/139/head
wiz 2024-05-16 20:02:20 +00:00
parent 9e12a954f9
commit b5e6346a34
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.9 2023/06/06 12:41:36 riastradh Exp $
# $NetBSD: options.mk,v 1.10 2024/05/16 20:02:20 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gnuradio
PKG_SUPPORTED_OPTIONS= ninja-build filter-design alsa
@ -26,6 +26,7 @@ do-build:
.endif
.if !empty(PKG_OPTIONS:Mfilter-design)
PYTHON_VERSIONS_INCOMPATIBLE+= 27 38 312
DEPENDS+= ${PYPKGPREFIX}-qtgraph-qt5-[0-9]*:../../x11/py-qtgraph-qt5
.endif