From: Michał Górny Date: Sat, 8 Feb 2020 06:51:17 +0000 (+0100) Subject: net-misc/pssh: Remove duplicate setuptools dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=75dfadf03ac94e08ad2c502f893c853aab3969bf;p=gentoo.git net-misc/pssh: Remove duplicate setuptools dep Signed-off-by: Michał Górny --- 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 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"