mirror of https://github.com/grpc/grpc.git
parent
b67a7ef020
commit
69f990673f
10 changed files with 21 additions and 19 deletions
@ -1,6 +1,14 @@ |
||||
genrule( |
||||
name = "copy_six", |
||||
srcs = ["six-1.12.0/six.py"], |
||||
outs = ["__init__.py"], |
||||
cmd = "cp $< $(@)", |
||||
) |
||||
|
||||
py_library( |
||||
name = "six", |
||||
srcs = ["six.py"], |
||||
srcs = ["__init__.py"], |
||||
srcs_version = "PY2AND3", |
||||
visibility = ["//visibility:public"], |
||||
) |
||||
|
||||
|
Loading…
Reference in new issue