Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 79F9D780DE2 for ; Thu, 24 Feb 2022 12:33:38 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=salkield.uk; s=key1; t=1645706018; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=bmepsrz8Y/HANVnj+Jj6DQ7Hoq4BRjHoqLV5BJTbHyc=; b=rWcVTXL1bpuyX8WJLTQ2j9n1kawiCX+fOx425MrxMZkLr1LXfw0CAav6SERERFoCTHLJtp X+sZGMMcQynG+fIb9G3pFRFbjWAQWaHnLX0Wa+7OfhMGneW7fiZ+meAVw2mfat1ZMFHCqX qA+SxOtC87EHx4yFTQZni8EFITw9N2M= From: Edd Salkield To: alpine-aports@lists.alpinelinux.org Cc: Edd Salkield Subject: [PATCH v2] community/scapy: update optional package instructions Date: Thu, 24 Feb 2022 12:33:04 +0000 Message-Id: <20220224123303.16131-1-edd@salkield.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: salkield.uk --- community/scapy/APKBUILD | 2 +- community/scapy/scapy.post-install | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/community/scapy/APKBUILD b/community/scapy/APKBUILD index beeee2f539..349915370b 100644 --- a/community/scapy/APKBUILD +++ b/community/scapy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=scapy pkgver=2.4.5 -pkgrel=1 +pkgrel=2 pkgdesc="Powerful interactive packet manipulation" url="https://scapy.net/" arch="noarch" diff --git a/community/scapy/scapy.post-install b/community/scapy/scapy.post-install index 9f2247aabe..f61076a6c6 100644 --- a/community/scapy/scapy.post-install +++ b/community/scapy/scapy.post-install @@ -1,8 +1,11 @@ #!/bin/sh echo "*" >&2 -echo "* If you want to use scapy to his full potential, please do:" >&2 -echo "* apk add py-crypto py-gnuplot pyx tcpdump sox graphviz graphviz ebtables" >&2 +echo "* Certain optional features of scapy also depend on the following packages:" >&2 +echo "* py3-matplotlib graphviz imagemagick py3-cryptography sox" >&2 +echo "* And the following unpackaged dependencies:" >&2 +echo "* pyxi vpython-jupyter nmap&2 +echo "* More information can be found at https://scapy.readthedocs.io/en/latest/installation.html#optional-dependencies" >&2 echo "*" >&2 exit 0 -- 2.35.1