diff options
author | Derek Straka <derek@asterius.io> | 2018-01-03 09:23:41 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-16 21:36:53 -0800 |
commit | af308c17f6f35e3f331e52ba5e23b1dba004473f (patch) | |
tree | e0775758954620528ef886348b57b5f258a67304 /meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb | |
parent | 04ea59d2c5d27f8e467be292edcd396aa795cb57 (diff) | |
download | meta-openembedded-af308c17f6f35e3f331e52ba5e23b1dba004473f.tar.gz |
python-protobuf: update to version 3.5.1
Add RDEPENDS to work on minimal python and don't pull in python-six in python3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb b/meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb new file mode 100644 index 0000000000..f04fc489f0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | inherit setuptools | ||
2 | require python-protobuf.inc | ||