commit:     04048280fc023e53d6145ef1f74af06514fb54e5
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 21:45:18 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 22:17:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04048280

sys-fs/ubi_reader: enable py3.11

Closes: https://bugs.gentoo.org/897308
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sys-fs/ubi_reader/ubi_reader-0.8.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/ubi_reader/ubi_reader-0.8.5.ebuild 
b/sys-fs/ubi_reader/ubi_reader-0.8.5.ebuild
index 4c59ae5023d2..ea7eb78871bb 100644
--- a/sys-fs/ubi_reader/ubi_reader-0.8.5.ebuild
+++ b/sys-fs/ubi_reader/ubi_reader-0.8.5.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 MY_PN="${PN/_/-}"

Reply via email to