python-protobuf: upgrade 3.9.1 -> 3.9.2

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Zang Ruochen
2019-09-25 15:21:51 +08:00
committed by Khem Raj
parent b835cccd47
commit ea7ce6dc37
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
inherit setuptools3
require python-protobuf.inc
DEPENDS += "protobuf"
DISTUTILS_BUILD_ARGS += "--cpp_implementation"
DISTUTILS_INSTALL_ARGS += "--cpp_implementation"
do_compile_prepend_class-native () {
export KOKORO_BUILD_NUMBER="1"
}