diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-28 21:56:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-28 22:30:13 +0100 |
commit | fb78c745c9e9a4e5a0e11f7cf900d7058a5374f9 (patch) | |
tree | e2d43ff489f8c5db89fc207cec91a88def44e48f /net-wireless | |
parent | net-wireless/gnuradio: Permit scipy-python2 (diff) | |
download | gentoo-fb78c745c9e9a4e5a0e11f7cf900d7058a5374f9.tar.gz gentoo-fb78c745c9e9a4e5a0e11f7cf900d7058a5374f9.tar.bz2 gentoo-fb78c745c9e9a4e5a0e11f7cf900d7058a5374f9.zip |
net-wireless/gr-air-modes: Permit scipy-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-air-modes/gr-air-modes-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild b/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild index 4c1532789714..5f10964933fd 100644 --- a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild +++ b/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,7 +29,10 @@ DEPEND="${PYTHON_DEPS} net-wireless/gr-osmosdr fgfs? ( games-simulation/flightgear - sci-libs/scipy + || ( + sci-libs/scipy-python2[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + ) ) rtlsdr? ( net-wireless/rtl-sdr ) uhd? ( >=net-wireless/uhd-3.4.0 ) |