net-wireless/gr-iio: drop python3_9

gnuradio (and soapysdr) lack python 3.9 now.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-04-05 00:54:17 +01:00
parent 32fec9a0de
commit 7525d4dacb
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# 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

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# 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