diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyroute2.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyroute2.inc | 12 |
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 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:" | |||
11 | inherit pypi | 11 | inherit pypi |
12 | 12 | ||
13 | RDEPENDS_${PN} += " \ | 13 | RDEPENDS_${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 | " | ||