Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
01e00d25
Commit
01e00d25
authored
Dec 04, 2015
by
Joshua Haberman
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1023 from girving/py3
Add srcs_version = "PY2AND3" in BUILD files
parents
dbc91e97
29799238
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
BUILD
BUILD
+2
-0
six.BUILD
six.BUILD
+1
-0
No files found.
BUILD
View file @
01e00d25
...
...
@@ -512,6 +512,7 @@ internal_copied_filegroup(
py_proto_library(
name = "protobuf_python",
srcs = WELL_KNOWN_PROTOS,
srcs_version = "PY2AND3",
include = "src",
protoc = ":protoc",
py_extra_srcs = [":python_srcs"],
...
...
@@ -555,6 +556,7 @@ py_proto_library(
py_library(
name = "python_tests",
srcs = [":python_test_srcs"],
srcs_version = "PY2AND3",
deps = [
":protobuf_python",
":python_common_test_protos",
...
...
six.BUILD
View file @
01e00d25
...
...
@@ -8,5 +8,6 @@ genrule(
py_library(
name = "six",
srcs = ["six.py"],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment