diff options
| author | Derek Straka <derek@asterius.io> | 2018-03-11 10:45:00 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-16 19:27:54 -0700 |
| commit | 8c6f20669fd6665a660d0a04ca476faa9b45487f (patch) | |
| tree | 8893f6e5caea5a08ea2243b43b16d6078cd8cae1 | |
| parent | 5af6af4f38dbaeb4ce67c0d6ef91a446f7252fe2 (diff) | |
| download | meta-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.bb | 1 |
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 += " \ | |||
| 22 | 22 | ||
| 23 | RDEPENDS_${PN} += "\ | 23 | RDEPENDS_${PN} += "\ |
| 24 | ${PYTHON_PN}-json \ | 24 | ${PYTHON_PN}-json \ |
| 25 | ${PYTHON_PN}-logging \ | ||
| 25 | ${PYTHON_PN}-netclient \ | 26 | ${PYTHON_PN}-netclient \ |
| 26 | " | 27 | " |
| 27 | 28 | ||
