Unverified Commit a4698592 authored by natsukium's avatar natsukium
Browse files

pwntools: add pythonImportsCheck

parent 4ffaf692
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -87,6 +87,8 @@ buildPythonPackage rec {
    makeWrapper "${debugger}/bin/${debuggerName}" "$out/bin/pwntools-gdb"
  '';

  pythonImportsCheck = [ "pwn" ];

  meta = with lib; {
    description = "CTF framework and exploit development library";
    homepage = "https://pwntools.com";