diff options
| author | Pascal Bach <pascal.bach@siemens.com> | 2019-06-17 12:23:05 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-06-17 08:17:12 -0700 |
| commit | 1e0ec61f7a947549ec1f378c606b9554b87cae66 (patch) | |
| tree | b9a68bdc76d6e82e6ff400d095f4b0773282af51 /meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb | |
| parent | fb3bd9c06eef3659f3fbc0467c6fd5b5439278ee (diff) | |
| download | meta-openembedded-1e0ec61f7a947549ec1f378c606b9554b87cae66.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb deleted file mode 100644 index 9b0668a02b..0000000000 --- a/meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-protobuf.inc | ||
| 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 | } | ||
