aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-03-20 10:17:47 -0400
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:51:07 -0700
commit4bedb3cfadb6624947d4ec00e04215f414b77c8a (patch)
tree2bddff0a824d321636f7fba05741f7d4095c4675 /meta-python
parent42cb6f6e7b2bc46fcfe567f30fbe21db2b071e93 (diff)
downloadmeta-openembedded-4bedb3cfadb6624947d4ec00e04215f414b77c8a.tar.gz
python-astroid: add logging to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-astroid.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid.inc b/meta-python/recipes-devtools/python/python-astroid.inc
index 593a09cfb9..2c9d4093b0 100644
--- a/meta-python/recipes-devtools/python/python-astroid.inc
+++ b/meta-python/recipes-devtools/python/python-astroid.inc
@@ -19,6 +19,7 @@ FILES_${PN}-tests += " \
RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-distutils \
${PYTHON_PN}-lazy-object-proxy \
+ ${PYTHON_PN}-logging \
${PYTHON_PN}-six \
${PYTHON_PN}-wrapt \
${PYTHON_PN}-setuptools \