aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-03-11 10:45:00 -0400
committerArmin Kuster <akuster808@gmail.com>2018-03-16 19:27:54 -0700
commit8c6f20669fd6665a660d0a04ca476faa9b45487f (patch)
tree8893f6e5caea5a08ea2243b43b16d6078cd8cae1
parent5af6af4f38dbaeb4ce67c0d6ef91a446f7252fe2 (diff)
downloadmeta-openembedded-8c6f20669fd6665a660d0a04ca476faa9b45487f.tar.gz
pyrtm: update RDEPENDS to include python-logging
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/pyrtm_0.4.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb
index 2272da91a5..9d851abe33 100644
--- a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb
+++ b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb
@@ -22,6 +22,7 @@ FILES_${PN}-tests += " \
RDEPENDS_${PN} += "\
${PYTHON_PN}-json \
+ ${PYTHON_PN}-logging \
${PYTHON_PN}-netclient \
"