diff options
author | 2023-11-23 05:58:02 +0000 | |
---|---|---|
committer | 2023-11-23 05:58:02 +0000 | |
commit | ab7c307715835aaa2e8d4845a65b0ccfdb0cbd15 (patch) | |
tree | ad84806587abbb150cbc891850bc7d1aa37ca407 /dev-python/sshtunnel | |
parent | dev-python/sshtunnel: add 0.4.0 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/sshtunnel')
-rw-r--r-- | dev-python/sshtunnel/sshtunnel-0.4.0.ebuild | 1 |
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 |