blob: 30ea34e908044b807458373d287129b225f8a65b [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001inherit setuptools3
2require python-protobuf.inc
Brad Bishop19323692019-04-05 15:28:33 -04003
Brad Bishop19323692019-04-05 15:28:33 -04004DEPENDS += "protobuf"
5DISTUTILS_BUILD_ARGS += "--cpp_implementation"
6DISTUTILS_INSTALL_ARGS += "--cpp_implementation"
7
8do_compile_prepend_class-native () {
9 export KOKORO_BUILD_NUMBER="1"
10}