depends python3 &&
depends SETUPTOOLS &&

runtime_depends tcpdump &&

suggest_depends nmap "" "" "for fingerprinting support" &&
suggest_depends sox "" "" "for VOIP support" &&
suggest_depends pycrypto "" "" "for WEP decryption support" &&

if is_depends_enabled ${SPELL} pycrypto; then
  depends python-ecdsa
fi
