diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-08 07:51:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:46:41 +0100 |
commit | 75dfadf03ac94e08ad2c502f893c853aab3969bf (patch) | |
tree | 9e83dc7eb8f877930b041da69e91ce98e1e6b86d /net-misc/pssh | |
parent | net-misc/charm: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-75dfadf03ac94e08ad2c502f893c853aab3969bf.tar.gz gentoo-75dfadf03ac94e08ad2c502f893c853aab3969bf.tar.bz2 gentoo-75dfadf03ac94e08ad2c502f893c853aab3969bf.zip |
net-misc/pssh: Remove duplicate setuptools dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/pssh')
-rw-r--r-- | net-misc/pssh/pssh-2.3.1-r2.ebuild (renamed from net-misc/pssh/pssh-2.3.1-r1.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/pssh/pssh-2.3.1-r1.ebuild b/net-misc/pssh/pssh-2.3.1-r2.ebuild index a79e2bcdd73c..eb333cc8d3a5 100644 --- a/net-misc/pssh/pssh-2.3.1-r1.ebuild +++ b/net-misc/pssh/pssh-2.3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,8 +19,7 @@ IUSE="" RDEPEND="net-misc/openssh !net-misc/putty" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" # Requires ssh access to run. RESTRICT="test" |