summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyroute2.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-12-28 13:09:43 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-30 12:33:53 -0800
commit210c895d88804e78f45e768cadf930cec90198b6 (patch)
tree5db3e2b150968d47bfa0e2c0d2f57ff3d2736883 /meta-python/recipes-devtools/python/python-pyroute2.inc
parent088327df6909c9507d4cfa909d664f203d4e5c34 (diff)
downloadmeta-openembedded-210c895d88804e78f45e768cadf930cec90198b6.tar.gz
python-pyroute2: re-add the RDEPENDS that were removed and verify on the latest release
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyroute2.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pyroute2.inc12
1 files changed, 11 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyroute2.inc b/meta-python/recipes-devtools/python/python-pyroute2.inc
index 521162c77..f63ccbd66 100644
--- a/meta-python/recipes-devtools/python/python-pyroute2.inc
+++ b/meta-python/recipes-devtools/python/python-pyroute2.inc
@@ -11,5 +11,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyroute2:"
11inherit pypi 11inherit pypi
12 12
13RDEPENDS_${PN} += " \ 13RDEPENDS_${PN} += " \
14 ${PYTHON_PN}-ctypes \
15 ${PYTHON_PN}-distutils \
16 ${PYTHON_PN}-importlib \
14 ${PYTHON_PN}-json \ 17 ${PYTHON_PN}-json \
15 " 18 ${PYTHON_PN}-logging \
19 ${PYTHON_PN}-multiprocessing \
20 ${PYTHON_PN}-pkgutil \
21 ${PYTHON_PN}-pprint \
22 ${PYTHON_PN}-shell \
23 ${PYTHON_PN}-subprocess \
24 ${PYTHON_PN}-unixadmin \
25"