summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-03 20:01:43 +0000
committerSam James <sam@gentoo.org>2023-02-03 20:01:43 +0000
commit325e5180f6506493c87adb3e574920a7c7a60663 (patch)
tree47eee4e7ecebab6025e241f5ee6eb39afcb00cdc
parentnet-misc/pssh: bump PYTHON_COMPAT to 3.11 (diff)
downloadgentoo-325e5180f6506493c87adb3e574920a7c7a60663.tar.gz
gentoo-325e5180f6506493c87adb3e574920a7c7a60663.tar.bz2
gentoo-325e5180f6506493c87adb3e574920a7c7a60663.zip
net-misc/pssh: PEP517
Revbump in previous commit. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-misc/pssh/pssh-2.3.4-r2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/pssh/pssh-2.3.4-r2.ebuild b/net-misc/pssh/pssh-2.3.4-r2.ebuild
index 69f1cc97ee51..68c5f74fd4b4 100644
--- a/net-misc/pssh/pssh-2.3.4-r2.ebuild
+++ b/net-misc/pssh/pssh-2.3.4-r2.ebuild
@@ -4,6 +4,7 @@
EAPI=8
DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1