diff options
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 | " | ||