| 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 | |
| 4 | SRC_URI += "file://0001-Add-Python-3.7-compatibility-4862.patch" | ||||
| 5 | DEPENDS += "protobuf" | ||||
| 6 | DISTUTILS_BUILD_ARGS += "--cpp_implementation" | ||||
| 7 | DISTUTILS_INSTALL_ARGS += "--cpp_implementation" | ||||
| 8 | |||||
| 9 | do_compile_prepend_class-native () { | ||||
| 10 | export KOKORO_BUILD_NUMBER="1" | ||||
| 11 | } | ||||