diff options
author | Derek Straka <derek@asterius.io> | 2017-11-29 18:20:51 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-11 07:58:57 -0800 |
commit | 3eb2821a24dd5805186f4bce265f5146bdefa087 (patch) | |
tree | 9372517aac0832a91ecbf573514a2bef43c4b8b1 /meta-python/recipes-devtools/python/python-msgpack.inc | |
parent | ae9c2bad8add4b4b1bc35a68195cf0486170e317 (diff) | |
download | meta-openembedded-3eb2821a24dd5805186f4bce265f5146bdefa087.tar.gz |
python-msgpack: correct the RDEPENDS to work on a minimal python install
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-msgpack.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-msgpack.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-msgpack.inc b/meta-python/recipes-devtools/python/python-msgpack.inc index 228ce59250..c2a85832eb 100644 --- a/meta-python/recipes-devtools/python/python-msgpack.inc +++ b/meta-python/recipes-devtools/python/python-msgpack.inc | |||
@@ -7,3 +7,7 @@ SRC_URI[sha256sum] = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc289557 | |||
7 | 7 | ||
8 | PYPI_PACKAGE = "msgpack-python" | 8 | PYPI_PACKAGE = "msgpack-python" |
9 | inherit pypi | 9 | inherit pypi |
10 | |||
11 | RDEPENDS_${PN}_class-target += "\ | ||
12 | ${PYTHON_PN}-io \ | ||
13 | " | ||