diff options
Diffstat (limited to 'network/2ping')
-rw-r--r-- | network/2ping/2ping.info | 2 | ||||
-rw-r--r-- | network/2ping/README | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/network/2ping/2ping.info b/network/2ping/2ping.info index dd25f1296258e..a706dfac6a619 100644 --- a/network/2ping/2ping.info +++ b/network/2ping/2ping.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/rfinnie/2ping/archive/v4.5/2ping-4.5.tar.gz" MD5SUM="acfb9d8e40cfae72bf1767347528ae4b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" diff --git a/network/2ping/README b/network/2ping/README index 59335bc9b2c26..4cf019b7474c8 100644 --- a/network/2ping/README +++ b/network/2ping/README @@ -19,8 +19,8 @@ su nobody -s /bin/sh -c 'exec /usr/bin/2ping --quiet --listen' &> /dev/null & Optional dependencies: Certain command line options to 2ping require additional packages. -- dnspython (built after python3 is installed): --srv option. -- netifaces (built with PYTHON3=yes): --all-interfaces option. +- dnspython: --srv option. +- netifaces: --all-interfaces option. - python3-pycrypto: --encrypt option. The package can include a wireshark plugin for decoding the 2ping |