commit:     1b45b17724c889e24159270b493a4dd98a00a29f
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Sun Nov  2 19:17:45 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov  3 21:44:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b45b177

net-wireless/gnuradio: ensure scipy Python version

Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44419
Closes: https://github.com/gentoo/gentoo/pull/44419
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-wireless/gnuradio/gnuradio-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild 
b/net-wireless/gnuradio/gnuradio-9999.ebuild
index ed9174d5b97c..78522daa33f2 100644
--- a/net-wireless/gnuradio/gnuradio-9999.ebuild
+++ b/net-wireless/gnuradio/gnuradio-9999.ebuild
@@ -63,10 +63,10 @@ RDEPEND="${PYTHON_DEPS}
        )
        fec? (
                sci-libs/gsl:=
-               dev-python/scipy
+               $(python_gen_cond_dep 'dev-python/scipy[${PYTHON_USEDEP}]')
        )
        filter? (
-               dev-python/scipy
+               $(python_gen_cond_dep 'dev-python/scipy[${PYTHON_USEDEP}]')
                qt5? ( $(python_gen_cond_dep 
'dev-python/pyqtgraph[qt5,${PYTHON_USEDEP}]') )
        )
        grc? (

Reply via email to