killerbee: depends on pycrypto

(cherry picked from commit a11c6cd1e9)
This commit is contained in:
Robert Schütz
2025-10-21 15:12:41 -07:00
committed by Michael Daniels
parent 4255a0ad03
commit ff6924983e

View File

@@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication rec {
buildInputs = [ libgcrypt ];
dependencies = with python3.pkgs; [
pycrypto
pyserial
pyusb
rangeparser