Skip to content

Commit

Permalink
Remove dependency on IO::Pty
Browse files Browse the repository at this point in the history
  • Loading branch information
keithw committed Jan 18, 2013
1 parent 74e1a30 commit 8290e38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Vcs-Browser: https://github.com/keithw/mosh

Package: mosh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libio-pty-perl, openssh-client
Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client
Description: Mobile shell that supports roaming and intelligent local echo
Mosh is a remote terminal application that supports:
- intermittent network connectivity,
Expand Down
1 change: 0 additions & 1 deletion fedora/mosh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ BuildRequires: zlib-devel
BuildRequires: ncurses-devel
BuildRequires: openssl-devel
Requires: openssh-clients
Requires: perl-IO-Tty
Requires: openssl

%description
Expand Down
1 change: 0 additions & 1 deletion scripts/mosh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ my $MOSH_VERSION = '1.2.3';
use warnings;
use strict;
use Socket;
use IO::Pty;
use Getopt::Long;

$|=1;
Expand Down

0 comments on commit 8290e38

Please sign in to comment.