net-analyzer/gr-fosphor: 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:57:20 +01:00
parent 1eb8ddac99
commit 90d640c14c
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_10 )
inherit cmake python-single-r1

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_10 )
inherit cmake python-single-r1