Merge pull request #298677 from SuperSandro2000/scapy-dev

This commit is contained in:
Sandro 2024-03-25 10:36:05 +01:00 committed by GitHub
commit fba4cf2618
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,10 +44,11 @@ buildPythonPackage rec {
substituteInPlace scapy/data.py --replace "/opt/wireshark" "${wireshark}"
'';
buildInputs = lib.optional withVoipSupport sox;
propagatedBuildInputs = [ pycrypto ecdsa ]
++ lib.optionals withOptionalDeps [ tcpdump ipython ]
++ lib.optional withCryptography cryptography
++ lib.optional withVoipSupport sox
++ lib.optional withPlottingSupport matplotlib
++ lib.optionals withGraphicsSupport [ pyx texliveBasic graphviz imagemagick ];