diff options
author | Sam James <sam@gentoo.org> | 2023-02-03 20:01:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-03 20:01:43 +0000 |
commit | 325e5180f6506493c87adb3e574920a7c7a60663 (patch) | |
tree | 47eee4e7ecebab6025e241f5ee6eb39afcb00cdc /net-misc | |
parent | net-misc/pssh: bump PYTHON_COMPAT to 3.11 (diff) | |
download | gentoo-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>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/pssh/pssh-2.3.4-r2.ebuild | 1 |
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 |