From 210c895d88804e78f45e768cadf930cec90198b6 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 28 Dec 2017 13:09:43 -0500 Subject: python-pyroute2: re-add the RDEPENDS that were removed and verify on the latest release Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pyroute2.inc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-pyroute2.inc') diff --git a/meta-python/recipes-devtools/python/python-pyroute2.inc b/meta-python/recipes-devtools/python/python-pyroute2.inc index 521162c779..f63ccbd660 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:" inherit pypi RDEPENDS_${PN} += " \ + ${PYTHON_PN}-ctypes \ + ${PYTHON_PN}-distutils \ + ${PYTHON_PN}-importlib \ ${PYTHON_PN}-json \ - " + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-multiprocessing \ + ${PYTHON_PN}-pkgutil \ + ${PYTHON_PN}-pprint \ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-unixadmin \ +" -- cgit v1.2.3-54-g00ecf