commit: ab7c307715835aaa2e8d4845a65b0ccfdb0cbd15
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 05:58:02 2023 +0000
Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 05:58:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7c3077
dev-python/sshtunnel: Fix DISTUTILS_USE_PEP517
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
dev-python/sshtunnel/sshtunnel-0.4.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/sshtunnel/sshtunnel-0.4.0.ebuild
b/dev-python/sshtunnel/sshtunnel-0.4.0.ebuild
index ec966060b5be..2f69b50fa02e 100644
--- a/dev-python/sshtunnel/sshtunnel-0.4.0.ebuild
+++ b/dev-python/sshtunnel/sshtunnel-0.4.0.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi