blob: 073ea63c64ef6af8ba9b7994704cc9bec96f25c4 [file] [log] [blame]
Brian Silverman3fca9d72016-02-20 02:32:51 -05001licenses(["notice"])
2
Brian Silverman9c614bc2016-02-15 20:20:02 -05003# This is a placeholder for python headers. Projects needing to use
4# fast cpp protos in protobuf's python interface should build with
5# --define=use_fast_cpp_protos=true, and in addition, provide
6# //util/python:python_headers dependency that in turn provides Python.h.
7cc_library(
8 name = "python_headers",
9 visibility = ["//visibility:public"],
10)