summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2023-11-23 05:58:02 +0000
committerPatrick Lauer <patrick@gentoo.org>2023-11-23 05:58:02 +0000
commitab7c307715835aaa2e8d4845a65b0ccfdb0cbd15 (patch)
treead84806587abbb150cbc891850bc7d1aa37ca407
parentdev-python/sshtunnel: add 0.4.0 (diff)
downloadgentoo-ab7c307715835aaa2e8d4845a65b0ccfdb0cbd15.tar.gz
gentoo-ab7c307715835aaa2e8d4845a65b0ccfdb0cbd15.tar.bz2
gentoo-ab7c307715835aaa2e8d4845a65b0ccfdb0cbd15.zip
dev-python/sshtunnel: Fix DISTUTILS_USE_PEP517
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
-rw-r--r--dev-python/sshtunnel/sshtunnel-0.4.0.ebuild1
1 files changed, 1 insertions, 0 deletions
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