diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:42:24 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 00:42:24 -0500 |
commit | 48c22f9303b60a2459850ee6f75c2e19af6e2e09 (patch) | |
tree | 9da697bae75e791d92c222d1bb47be67fd2fb5d2 /network/2ping | |
parent | 2cb6395e6f83b0f608f69f76410a4a99fc3f0917 (diff) |
various: Kill lots of python3 dep mentions
This is far from complete.
We still need to review and tweak anything with "PYTHON" in
the README, as many/most/all of those are telling the user
how to build with python3 support. We almost surely want to
enable that by default in all of those cases.
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 |