diff options
author | 2023-04-05 00:54:21 +0100 | |
---|---|---|
committer | 2023-04-05 00:54:21 +0100 | |
commit | 926ef449f7ff59d42d1292616b81338d4df944ec (patch) | |
tree | ebcaa5cbfd4f156803c6c59003d4893db731efed /net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild | |
parent | net-wireless/gr-iqbal: drop python3_9 (diff) | |
download | gentoo-926ef449f7ff59d42d1292616b81338d4df944ec.tar.gz gentoo-926ef449f7ff59d42d1292616b81338d4df944ec.tar.bz2 gentoo-926ef449f7ff59d42d1292616b81338d4df944ec.zip |
net-wireless/gr-osmosdr: drop python3_9
gnuradio (and soapysdr) lack python 3.9 now.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild')
-rw-r--r-- | net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild index 0450e7102319..bc8b65f044e3 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit cmake python-single-r1 |