diff options
author | Derek Straka <derek@asterius.io> | 2017-12-28 13:24:10 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-30 12:33:53 -0800 |
commit | 088327df6909c9507d4cfa909d664f203d4e5c34 (patch) | |
tree | d01bc46ca8b640b1daba8c15021410fa7d17a346 /meta-python/recipes-devtools/python/python-netaddr.inc | |
parent | d8440d28e6753f74faa655b5d1dc6c3820a4fef0 (diff) | |
download | meta-openembedded-088327df6909c9507d4cfa909d664f203d4e5c34.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-netaddr.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-netaddr.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-netaddr.inc b/meta-python/recipes-devtools/python/python-netaddr.inc index 26b0f1ed0..486bfc600 100644 --- a/meta-python/recipes-devtools/python/python-netaddr.inc +++ b/meta-python/recipes-devtools/python/python-netaddr.inc | |||
@@ -6,3 +6,9 @@ SRC_URI[md5sum] = "51019ef59c93f3979bcb37d3b8527e07" | |||
6 | SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd" | 6 | SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd" |
7 | 7 | ||
8 | inherit pypi | 8 | inherit pypi |
9 | |||
10 | RDEPENDS_${PN} += " \ | ||
11 | ${PYTHON_PN}-pprint \ | ||
12 | ${PYTHON_PN}-textutils \ | ||
13 | ${PYTHON_PN}-xml \ | ||
14 | " | ||