summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb
index 989a7ae3fd..19c9caa406 100644
--- a/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb
@@ -7,7 +7,7 @@ inherit pypi setuptools3 ptest
7 7
8SRC_URI[sha256sum] = "fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984" 8SRC_URI[sha256sum] = "fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984"
9 9
10RDEPENDS_${PN}_class-target += "\ 10RDEPENDS:${PN}:class-target += "\
11 ${PYTHON_PN}-io \ 11 ${PYTHON_PN}-io \
12" 12"
13 13
@@ -17,7 +17,7 @@ SRC_URI += " \
17 file://run-ptest \ 17 file://run-ptest \
18" 18"
19 19
20RDEPENDS_${PN}-ptest += " \ 20RDEPENDS:${PN}-ptest += " \
21 ${PYTHON_PN}-pytest \ 21 ${PYTHON_PN}-pytest \
22" 22"
23 23