From 8c6f20669fd6665a660d0a04ca476faa9b45487f Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 11 Mar 2018 10:45:00 -0400 Subject: pyrtm: update RDEPENDS to include python-logging Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | 1 + 1 file changed, 1 insertion(+) 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 \ " -- cgit 1.2.3-korg