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/python3-netaddr_0.7.19.bb | |
| 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/python3-netaddr_0.7.19.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb b/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb index 30416a4ffe..a64abcc836 100644 --- a/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb +++ b/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb | |||
| @@ -1,2 +1,7 @@ | |||
| 1 | require python-netaddr.inc | 1 | require python-netaddr.inc |
| 2 | inherit setuptools3 | 2 | inherit setuptools3 |
| 3 | |||
| 4 | RDEPENDS_${PN} += " \ | ||
| 5 | ${PYTHON_PN}-enum \ | ||
| 6 | ${PYTHON_PN}-selectors \ | ||
| 7 | " | ||
