1package {
2    default_applicable_licenses: ["external_python_six_license"],
3}
4
5// Added automatically by a large-scale-change
6// See: http://go/android-license-faq
7license {
8    name: "external_python_six_license",
9    visibility: [":__subpackages__"],
10    license_kinds: [
11        "SPDX-license-identifier-MIT",
12    ],
13    license_text: [
14        "LICENSE",
15    ],
16}
17
18python_library {
19    name: "py-six",
20    host_supported: true,
21    srcs: [
22        "six.py",
23    ],
24}
25
26dirgroup {
27    name: "trusty_dirgroup_external_python_six",
28    dirs: ["."],
29    visibility: ["//trusty/vendor/google/aosp/scripts"],
30}
31