blob: e9e296469d2df7e225470528a418e848e0162082 [file] [edit]
package {
default_applicable_licenses: ["external_python_pexpect_license"],
}
license {
name: "external_python_pexpect_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-ISC",
],
license_text: [
"LICENSE",
],
}
python_library_host {
name: "pexpect",
srcs: ["pexpect/*.py"],
}