aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-03-20 10:14:54 -0400
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:51:07 -0700
commit42cb6f6e7b2bc46fcfe567f30fbe21db2b071e93 (patch)
tree90a3b7aa1566892d1880801b886424cb421fc847 /meta-python
parentef5169ab6ea6f1954a362f15bc904e78f3595f6c (diff)
downloadmeta-openembedded-contrib-42cb6f6e7b2bc46fcfe567f30fbe21db2b071e93.tar.gz
python-pyroute2: add io and pickle to the 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-pyroute2.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyroute2.inc b/meta-python/recipes-devtools/python/python-pyroute2.inc
index f7b57d9e4a..9ec9866d8a 100644
--- a/meta-python/recipes-devtools/python/python-pyroute2.inc
+++ b/meta-python/recipes-devtools/python/python-pyroute2.inc
@@ -13,9 +13,11 @@ inherit pypi
RDEPENDS_${PN} += " \
${PYTHON_PN}-ctypes \
${PYTHON_PN}-distutils \
+ ${PYTHON_PN}-io \
${PYTHON_PN}-json \
${PYTHON_PN}-logging \
${PYTHON_PN}-multiprocessing \
+ ${PYTHON_PN}-pickle \
${PYTHON_PN}-pkgutil \
${PYTHON_PN}-pprint \
${PYTHON_PN}-shell \