commit:     12218f98b2b3e7debb99ed3cc10dd83fa8db245f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  4 02:47:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  4 02:48:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12218f98

dev-python/raet: disable py3.10

Depgraph doesn't yet allow this.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/raet/raet-0.6.8-r3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/raet/raet-0.6.8-r3.ebuild 
b/dev-python/raet/raet-0.6.8-r3.ebuild
index a35e26f13bd5..f41b578b6ce5 100644
--- a/dev-python/raet/raet-0.6.8-r3.ebuild
+++ b/dev-python/raet/raet-0.6.8-r3.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=(python3_{7..10})
+
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="Reliable Asynchronous Event Transport Protocol"

Reply via email to