python-netaddr: update to RDEPENDS to work on minimal python installs

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Derek Straka
2017-12-28 13:24:10 -05:00
committed by Armin Kuster
parent d8440d28e6
commit 088327df69
2 changed files with 11 additions and 0 deletions

View File

@@ -6,3 +6,9 @@ SRC_URI[md5sum] = "51019ef59c93f3979bcb37d3b8527e07"
SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd"
inherit pypi
RDEPENDS_${PN} += " \
${PYTHON_PN}-pprint \
${PYTHON_PN}-textutils \
${PYTHON_PN}-xml \
"

View File

@@ -1,2 +1,7 @@
require python-netaddr.inc
inherit setuptools3
RDEPENDS_${PN} += " \
${PYTHON_PN}-enum \
${PYTHON_PN}-selectors \
"