diff options
author | Derek Straka <derek@asterius.io> | 2018-03-20 10:17:47 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:51:07 -0700 |
commit | 4bedb3cfadb6624947d4ec00e04215f414b77c8a (patch) | |
tree | 2bddff0a824d321636f7fba05741f7d4095c4675 | |
parent | 42cb6f6e7b2bc46fcfe567f30fbe21db2b071e93 (diff) | |
download | meta-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>
-rw-r--r-- | meta-python/recipes-devtools/python/python-astroid.inc | 1 |
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 593a09cfb..2c9d4093b 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 += " \ | |||
19 | RDEPENDS_${PN}_class-target += "\ | 19 | RDEPENDS_${PN}_class-target += "\ |
20 | ${PYTHON_PN}-distutils \ | 20 | ${PYTHON_PN}-distutils \ |
21 | ${PYTHON_PN}-lazy-object-proxy \ | 21 | ${PYTHON_PN}-lazy-object-proxy \ |
22 | ${PYTHON_PN}-logging \ | ||
22 | ${PYTHON_PN}-six \ | 23 | ${PYTHON_PN}-six \ |
23 | ${PYTHON_PN}-wrapt \ | 24 | ${PYTHON_PN}-wrapt \ |
24 | ${PYTHON_PN}-setuptools \ | 25 | ${PYTHON_PN}-setuptools \ |