Sign in
flutter
/
third_party
/
protobuf
/
9086d9643903c608ab015b0b7d903547a4e7b6f3
/
.
/
six.BUILD
blob: fb0b3604cdf443f88ec73de70c4e98e742bda46b [
file
] [
log
] [
blame
]
genrule
(
name
=
"copy_six"
,
srcs
=
[
"six-1.10.0/six.py"
],
outs
=
[
"six.py"
],
cmd
=
"cp $< $(@)"
,
)
py_library
(
name
=
"six"
,
srcs
=
[
"six.py"
],
srcs_version
=
"PY2AND3"
,
visibility
=
[
"//visibility:public"
],
)