commit: 2a5f1d52d1136dec315f717d2f1491b2ea78a7d1
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 13:24:51 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 14:00:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5f1d52
dev-python/subprocess-tee: enable py3.11 + PEP-517 mode
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild
b/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild
index 07ec6f767cea..3c4eaee3f160 100644
--- a/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild
+++ b/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild
@@ -3,7 +3,9 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+
inherit distutils-r1
DESCRIPTION="subprocess.run replacement with tee(1)-like output"