python3-protobuf: upgrade 3.9.2 -> 3.11.3

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Pierre-Jean Texier
2020-03-09 21:57:29 +00:00
committed by Khem Raj
parent 8b6cda142b
commit 558d321c46
2 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"
}