python3-protobuf, python-protobuf: 3.6.1 -> 3.8.0

The patch for Python 3.7 compatibility is already in 3.8.0.

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Pascal Bach
2019-06-17 12:23:05 +02:00
committed by Khem Raj
parent fb3bd9c06e
commit 1e0ec61f7a
4 changed files with 2 additions and 101 deletions
@@ -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"
}