소스 검색

Merge pull request #4725 from ThomasColthurst/patch-2

Remove cycle in dependency graph
Feng Xiao 7 년 전
부모
커밋
a0e82dbe56
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      BUILD

+ 0 - 1
BUILD

@@ -840,7 +840,6 @@ cc_library(
     name = "proto_api",
     hdrs = ["python/google/protobuf/proto_api.h"],
     deps = [
-        ":protobuf_python",
         "//external:python_headers",
     ],
 )