| Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | inherit setuptools3 |
| 2 | require python-protobuf.inc | ||||
| Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 3 | |
| Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 4 | DEPENDS += "protobuf" |
| 5 | DISTUTILS_BUILD_ARGS += "--cpp_implementation" | ||||
| 6 | DISTUTILS_INSTALL_ARGS += "--cpp_implementation" | ||||
| 7 | |||||
| 8 | do_compile_prepend_class-native () { | ||||
| 9 | export KOKORO_BUILD_NUMBER="1" | ||||
| 10 | } | ||||