summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2022-02-01 19:52:57 -0500
committerCraig Andrews <candrews@gentoo.org>2022-02-01 19:53:25 -0500
commit39cccd906b4dac3edeb56c260af6ef7dbec8b48e (patch)
treebeb80efbe87c2f4183cd84f5c7cc01eb5a816481 /net-misc
parentsys-libs/glibc: Restore keywords of 2.33-r12 (diff)
downloadgentoo-39cccd906b4dac3edeb56c260af6ef7dbec8b48e.tar.gz
gentoo-39cccd906b4dac3edeb56c260af6ef7dbec8b48e.tar.bz2
gentoo-39cccd906b4dac3edeb56c260af6ef7dbec8b48e.zip
net-misc/nyx: Python 3.10 compatibility
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/nyx/nyx-2.1.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild
index 0a2d0a5d251e..088026eef0ba 100644
--- a/net-misc/nyx/nyx-2.1.0-r2.ebuild
+++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
PYTHON_REQ_USE='ncurses,sqlite(-)'
inherit distutils-r1