aboutsummaryrefslogtreecommitdiffstats
path: root/community/scapy/scapy.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/scapy/scapy.post-install')
-rw-r--r--community/scapy/scapy.post-install7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/scapy/scapy.post-install b/community/scapy/scapy.post-install
index 9f2247aabef..f61076a6c65 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<v4.23" >&2
+echo "* More information can be found at https://scapy.readthedocs.io/en/latest/installation.html#optional-dependencies" >&2
echo "*" >&2
exit 0