Home | History | Annotate | Download | only in scapy
      1 python_library {
      2     name: "scapy",
      3     srcs: [
      4        "scapy/**/*.py",
      5     ],
      6     version: {
      7         py2: {
      8             enabled: true,
      9         },
     10     },
     11 }
     12