diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-16 07:02:21 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:19 +0700 |
commit | 4e1b5f49a702773b05c97107fc10aec44f0ea185 (patch) | |
tree | 13ff8517a55a7c00fa45e4755c80e3fb8592cade /network | |
parent | cb899a37231d699003debfa5091e10e0d29a8595 (diff) |
network/ClusterSSH: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/ClusterSSH/ClusterSSH.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/ClusterSSH/ClusterSSH.info b/network/ClusterSSH/ClusterSSH.info index d66cc3c774918..25fc65f0564e2 100644 --- a/network/ClusterSSH/ClusterSSH.info +++ b/network/ClusterSSH/ClusterSSH.info @@ -7,6 +7,6 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Try-Tiny perl-File-Which perl-Test-Pod perl-Test-Pod-Coverage perl-CPAN-Changes \ perl-tk perl-Test-Trap perl-Exception-Class perl-Readonly perl-Test-DistManifest perl-Test-Differences \ - perl-File-Slurp perl-Sort-Naturally perl-Test-PerlTidy perl-X11-Protocol-Other" + perl-Sort-Naturally perl-Test-PerlTidy perl-X11-Protocol-Other" MAINTAINER="LEVAI Daniel" EMAIL="leva@ecentrum.hu" |