diff options
author | Derek Straka <derek@asterius.io> | 2018-03-20 10:14:54 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:51:07 -0700 |
commit | 42cb6f6e7b2bc46fcfe567f30fbe21db2b071e93 (patch) | |
tree | 90a3b7aa1566892d1880801b886424cb421fc847 /meta-python/recipes-devtools | |
parent | ef5169ab6ea6f1954a362f15bc904e78f3595f6c (diff) | |
download | meta-openembedded-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/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyroute2.inc | 2 |
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 f7b57d9e4..9ec9866d8 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 | |||
13 | RDEPENDS_${PN} += " \ | 13 | RDEPENDS_${PN} += " \ |
14 | ${PYTHON_PN}-ctypes \ | 14 | ${PYTHON_PN}-ctypes \ |
15 | ${PYTHON_PN}-distutils \ | 15 | ${PYTHON_PN}-distutils \ |
16 | ${PYTHON_PN}-io \ | ||
16 | ${PYTHON_PN}-json \ | 17 | ${PYTHON_PN}-json \ |
17 | ${PYTHON_PN}-logging \ | 18 | ${PYTHON_PN}-logging \ |
18 | ${PYTHON_PN}-multiprocessing \ | 19 | ${PYTHON_PN}-multiprocessing \ |
20 | ${PYTHON_PN}-pickle \ | ||
19 | ${PYTHON_PN}-pkgutil \ | 21 | ${PYTHON_PN}-pkgutil \ |
20 | ${PYTHON_PN}-pprint \ | 22 | ${PYTHON_PN}-pprint \ |
21 | ${PYTHON_PN}-shell \ | 23 | ${PYTHON_PN}-shell \ |