From 75dfadf03ac94e08ad2c502f893c853aab3969bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 8 Feb 2020 07:51:17 +0100 Subject: [PATCH] net-misc/pssh: Remove duplicate setuptools dep MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-misc/pssh/{pssh-2.3.1-r1.ebuild => pssh-2.3.1-r2.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename net-misc/pssh/{pssh-2.3.1-r1.ebuild => pssh-2.3.1-r2.ebuild} (86%) 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" -- 2.26.2