diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-02-12 13:05:29 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-02-14 21:19:34 -0500 |
commit | d66f82af57c808694c347dbca32ea4bac5ca3a98 (patch) | |
tree | 88e2f87e401b236d38e152e85252de0a58982bc4 /net-wireless/uhd | |
parent | dev-python/click-plugins: python bump (diff) | |
download | gentoo-d66f82af57c808694c347dbca32ea4bac5ca3a98.tar.gz gentoo-d66f82af57c808694c347dbca32ea4bac5ca3a98.tar.bz2 gentoo-d66f82af57c808694c347dbca32ea4bac5ca3a98.zip |
net-wireless/uhd: python bump
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/uhd')
-rw-r--r-- | net-wireless/uhd/uhd-3.15.0.0-r100.ebuild | 9 | ||||
-rw-r--r-- | net-wireless/uhd/uhd-4.0.0.0.ebuild | 9 |
2 files changed, 6 insertions, 12 deletions
diff --git a/net-wireless/uhd/uhd-3.15.0.0-r100.ebuild b/net-wireless/uhd/uhd-3.15.0.0-r100.ebuild index 0385c7efbe5f..044251f32ffd 100644 --- a/net-wireless/uhd/uhd-3.15.0.0-r100.ebuild +++ b/net-wireless/uhd/uhd-3.15.0.0-r100.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 #not sure why, but eapi 7 fails -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit eapi7-ver python-single-r1 gnome2-utils cmake-utils multilib @@ -34,10 +34,7 @@ RDEPEND="${PYTHON_DEPS} dev-libs/boost:= sys-libs/ncurses:0[tinfo] $(python_gen_cond_dep ' - || ( - dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}] - dev-python/numpy[${PYTHON_MULTI_USEDEP}] - ) + dev-python/numpy[${PYTHON_MULTI_USEDEP}] dev-python/requests[${PYTHON_MULTI_USEDEP}] ') " diff --git a/net-wireless/uhd/uhd-4.0.0.0.ebuild b/net-wireless/uhd/uhd-4.0.0.0.ebuild index d9315f6f09e1..25a3b44949ee 100644 --- a/net-wireless/uhd/uhd-4.0.0.0.ebuild +++ b/net-wireless/uhd/uhd-4.0.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 #not sure why, but eapi 7 fails -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit eapi7-ver python-single-r1 gnome2-utils cmake-utils multilib @@ -34,10 +34,7 @@ RDEPEND="${PYTHON_DEPS} dev-libs/boost:= sys-libs/ncurses:0[tinfo] $(python_gen_cond_dep ' - || ( - dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}] - dev-python/numpy[${PYTHON_MULTI_USEDEP}] - ) + dev-python/numpy[${PYTHON_MULTI_USEDEP}] dev-python/requests[${PYTHON_MULTI_USEDEP}] ') " |