aports/community/scapy/scapy.post-install

13 lines
437 B
Bash

#!/bin/sh
echo "*" >&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