aboutsummaryrefslogtreecommitdiffstats
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
commit3ac26455c75059f19beff5a118f0eeddd750c879 (patch)
tree055a39afc5c911589ac9e4caa5979466d962fe9f
parent7a4e53102cfd4463731c72f6aa2cfcb7e2e77bec (diff)
downloadmeta-python2-3ac26455c75059f19beff5a118f0eeddd750c879.tar.gz
python-pyroute2: add io and pickle to the RDEPENDS
(From meta-openembedded commit: 42cb6f6e7b2bc46fcfe567f30fbe21db2b071e93) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-pyroute2.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-pyroute2.inc b/recipes-devtools/python/python-pyroute2.inc
index f7b57d9..9ec9866 100644
--- a/recipes-devtools/python/python-pyroute2.inc
+++ b/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 \