---
community/scapy/scapy.post-install | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
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<v4.23" >&2+echo "* More information can be found at https://scapy.readthedocs.io/en/latest/installation.html#optional-dependencies" >&2echo "*" >&2
exit 0
--
2.35.1