Skip to content

Commit

Permalink
Merge pull request grpc#16858 from mehrdada/revert-bazel-prs
Browse files Browse the repository at this point in the history
Revert Python Bazel PRs
  • Loading branch information
markdroth authored Oct 12, 2018
2 parents 57d37ca + 9d2f985 commit d0cb61e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 234 deletions.
1 change: 0 additions & 1 deletion requirements.bazel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ wheel>=0.29
futures>=2.2.0
google-auth>=1.0.0
oauth2client==4.1.0
requests>=2.14.2
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,3 @@ grpc_proto_library(
name = "reflection_proto",
srcs = ["reflection.proto"],
)

filegroup(
name = "reflection_proto_file",
srcs = [
"reflection.proto",
],
)

Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
licenses(["notice"]) # Apache v2

load("//bazel:grpc_build_system.bzl", "grpc_proto_library", "grpc_package")
load("@grpc_python_dependencies//:requirements.bzl", "requirement")
load("@org_pubref_rules_protobuf//python:rules.bzl", "py_proto_library")

grpc_package(name = "testing", visibility = "public")

Expand Down Expand Up @@ -60,30 +58,12 @@ grpc_proto_library(
has_services = False,
)

py_proto_library(
name = "py_empty_proto",
protos = ["empty.proto",],
with_grpc = True,
deps = [
requirement('protobuf'),
],
)

grpc_proto_library(
name = "messages_proto",
srcs = ["messages.proto"],
has_services = False,
)

py_proto_library(
name = "py_messages_proto",
protos = ["messages.proto",],
with_grpc = True,
deps = [
requirement('protobuf'),
],
)

grpc_proto_library(
name = "metrics_proto",
srcs = ["metrics.proto"],
Expand Down Expand Up @@ -136,17 +116,3 @@ grpc_proto_library(
"messages_proto",
],
)

py_proto_library(
name = "py_test_proto",
protos = ["test.proto",],
with_grpc = True,
deps = [
requirement('protobuf'),
],
proto_deps = [
":py_empty_proto",
":py_messages_proto",
]
)

30 changes: 0 additions & 30 deletions src/proto/grpc/testing/proto2/BUILD.bazel

This file was deleted.

34 changes: 0 additions & 34 deletions src/python/grpcio_reflection/grpc_reflection/v1alpha/BUILD.bazel

This file was deleted.

97 changes: 0 additions & 97 deletions src/python/grpcio_tests/tests/interop/BUILD.bazel

This file was deleted.

9 changes: 0 additions & 9 deletions src/python/grpcio_tests/tests/interop/credentials/BUILD.bazel

This file was deleted.

21 changes: 0 additions & 21 deletions src/python/grpcio_tests/tests/reflection/BUILD.bazel

This file was deleted.

0 comments on commit d0cb61e

Please sign in to comment.