Remove dependency on IO::Pty
This commit is contained in:
Vendored
+1
-1
@@ -11,7 +11,7 @@ Vcs-Browser: https://github.com/keithw/mosh
|
|||||||
|
|
||||||
Package: mosh
|
Package: mosh
|
||||||
Architecture: any
|
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
|
Description: Mobile shell that supports roaming and intelligent local echo
|
||||||
Mosh is a remote terminal application that supports:
|
Mosh is a remote terminal application that supports:
|
||||||
- intermittent network connectivity,
|
- intermittent network connectivity,
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
Requires: openssh-clients
|
Requires: openssh-clients
|
||||||
Requires: perl-IO-Tty
|
|
||||||
Requires: openssl
|
Requires: openssl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ my $MOSH_VERSION = '1.2.3';
|
|||||||
use warnings;
|
use warnings;
|
||||||
use strict;
|
use strict;
|
||||||
use Socket;
|
use Socket;
|
||||||
use IO::Pty;
|
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
||||||
$|=1;
|
$|=1;
|
||||||
|
|||||||
Reference in New Issue
Block a user