Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/
Date: Sun, 09 Feb 2020 16:47:08
Message-Id: 1581266801.75dfadf03ac94e08ad2c502f893c853aab3969bf.mgorny@gentoo
1 commit: 75dfadf03ac94e08ad2c502f893c853aab3969bf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 06:51:17 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:46:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75dfadf0
7
8 net-misc/pssh: Remove duplicate setuptools dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/pssh/{pssh-2.3.1-r1.ebuild => pssh-2.3.1-r2.ebuild} | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/net-misc/pssh/pssh-2.3.1-r1.ebuild b/net-misc/pssh/pssh-2.3.1-r2.ebuild
16 similarity index 86%
17 rename from net-misc/pssh/pssh-2.3.1-r1.ebuild
18 rename to net-misc/pssh/pssh-2.3.1-r2.ebuild
19 index a79e2bcdd73..eb333cc8d3a 100644
20 --- a/net-misc/pssh/pssh-2.3.1-r1.ebuild
21 +++ b/net-misc/pssh/pssh-2.3.1-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -19,8 +19,7 @@ IUSE=""
29
30 RDEPEND="net-misc/openssh
31 !net-misc/putty"
32 -DEPEND="${RDEPEND}
33 - dev-python/setuptools[${PYTHON_USEDEP}]"
34 +DEPEND="${RDEPEND}"
35
36 # Requires ssh access to run.
37 RESTRICT="test"