commit: ae971f61474e8a21ebeb6e8965a6f85e6ad43a9b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec 12 20:24:02 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 20:25:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae971f61
dev-python/prawcore: PEP517
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/prawcore/prawcore-2.3.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/prawcore/prawcore-2.3.0.ebuild
b/dev-python/prawcore/prawcore-2.3.0.ebuild
index 72ad8ad10..d6ed6210f 100644
--- a/dev-python/prawcore/prawcore-2.3.0.ebuild
+++ b/dev-python/prawcore/prawcore-2.3.0.ebuild
@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Low-level communication layer for PRAW"