android13/external/rust/crates/grpcio-sys/grpc/third_party/six.BUILD

15 lines
254 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
genrule(
name = "copy_six",
srcs = ["six-1.12.0/six.py"],
outs = ["__init__.py"],
cmd = "cp $< $(@)",
)
py_library(
name = "six",
srcs = ["__init__.py"],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)