From 48c22f9303b60a2459850ee6f75c2e19af6e2e09 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 21 Apr 2021 00:42:24 -0500 Subject: 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. --- network/2ping/2ping.info | 2 +- network/2ping/README | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'network/2ping') diff --git a/network/2ping/2ping.info b/network/2ping/2ping.info index dd25f12962..a706dfac6a 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 59335bc9b2..4cf019b747 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 -- cgit v1.2.3-80-g2a13