commit: 75dfadf03ac94e08ad2c502f893c853aab3969bf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 06:51:17 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:46:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75dfadf0
net-misc/pssh: Remove duplicate setuptools dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/pssh/{pssh-2.3.1-r1.ebuild => pssh-2.3.1-r2.ebuild} | 5 ++---
1 file 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
similarity index 86%
rename from net-misc/pssh/pssh-2.3.1-r1.ebuild
rename to net-misc/pssh/pssh-2.3.1-r2.ebuild
index a79e2bcdd73..eb333cc8d3a 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"