fix routersploit deps
This commit is contained in:
parent
5dda72f538
commit
016d8acf1c
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pkgs.python3Packages; [
|
propagatedBuildInputs = with pkgs.python3Packages; [
|
||||||
bluepy future requests paramiko pysnmp pycryptodome setuptools
|
pkgs.python3 bluepy future requests paramiko pysnmp pycryptodome setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue