Commit a11c6cd1 authored by Robert Schütz's avatar Robert Schütz
Browse files

killerbee: depends on pycrypto

parent 0fc3a2dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ python3.pkgs.buildPythonApplication rec {
  buildInputs = [ libgcrypt ];

  dependencies = with python3.pkgs; [
    pycrypto
    pyserial
    pyusb
    rangeparser